#ADAFF8

Color #ADAFF8 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADAFF8

Tints of Perano #ADAFF8

Color information

#ADAFF8 (or 0xADAFF8) is unknown color: approx Perano. HEX triplet: AD, AF and F8. RGB value is (173,175,248). Sum of RGB (Red+Green+Blue) = 173+175+248=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADAFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF8 is #525007. Grayscale: #B6B6B6. Windows color (decimal): -5394440 or 16297901. OLE color: 16297901.

HSL color Cylindrical-coordinate representation of color #ADAFF8: hue angle of 238.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADAFF8 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173175248-
CMYK0.300.2900.03
HSL238.4º84.27%82.55%-
HSV(B)238.4º30.24%97.25%-
XYZ49.5146.3295.14-
YUV182.72164.84121.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 248 (97.27% from 255) = 41.61%
R=29.03%
G=29.36%
B=41.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731752480.300.2900.03238.484.2782.55
HexADAFF81E1D03ee5453
Octal255257370363503356124123
Binary10101101101011111111100011110111010111110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFF8; }

 p { color: rgb(173,175,248); }

 H1.HeaderClassName
 {
   color: #ADAFF8;
 }
 .AnyTagClassName
 {
   color: #ADAFF8;
 }
</style>
background-color css

<style>
 a { background-color: #ADAFF8; }

 a { background-color: rgb(173,175,248); }

 div.DivClassName
 {
   background-color: #ADAFF8;
 }
 .BgClassName
 {
   background-color: #ADAFF8;
 }
</style>
border-color css

<style>
 span { border-color: #ADAFF8; }

 span { border-color: rgb(173,175,248); }

 td.TdClassName
 {
   border-color: #ADAFF8;
 }
 .TagClassName
 {
   border-color: #ADAFF8;
 }
</style>