#ADAFE9

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

Shades of Perano #ADAFE9

Tints of Perano #ADAFE9

Color information

#ADAFE9 (or 0xADAFE9) is unknown color: approx Perano. HEX triplet: AD, AF and E9. RGB value is (173,175,233). Sum of RGB (Red+Green+Blue) = 173+175+233=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADAFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFE9 is #525016. Grayscale: #B4B4B4. Windows color (decimal): -5394455 or 15314861. OLE color: 15314861.

HSL color Cylindrical-coordinate representation of color #ADAFE9: hue angle of 238º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAFE9 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173175233-
CMYK0.260.2500.09
HSL238º57.69%79.61%-
HSV(B)238º25.75%91.37%-
XYZ47.2745.4383.37-
YUV181.01157.34122.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=29.78%
G=30.12%
B=40.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731752330.260.2500.0923857.6979.61
HexADAFE91A1909ee3a50
Octal255257351323101135672120
Binary101011011010111111101001110101100101001111011101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFE9; }

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

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

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

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

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

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

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

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