#ADAFE0

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

Shades of Perano #ADAFE0

Tints of Perano #ADAFE0

Color information

#ADAFE0 (or 0xADAFE0) is unknown color: approx Perano. HEX triplet: AD, AF and E0. RGB value is (173,175,224). Sum of RGB (Red+Green+Blue) = 173+175+224=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE0 is #52501F. Grayscale: #B3B3B3. Windows color (decimal): -5394464 or 14725037. OLE color: 14725037.

HSL color Cylindrical-coordinate representation of color #ADAFE0: hue angle of 237.65º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAFE0 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173175224-
CMYK0.230.2200.12
HSL237.65º45.13%77.84%-
HSV(B)237.65º22.77%87.84%-
XYZ46.0244.9376.77-
YUV179.99152.84123.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=30.24%
G=30.59%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731752240.230.2200.12237.6545.1377.84
HexADAFE017160Cee2d4e
Octal255257340272601435655116
Binary101011011010111111100000101111011001100111011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFE0; }

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

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

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

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

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

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

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

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