#CAF0DC

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

Shades of Aero Blue #CAF0DC

Tints of Aero Blue #CAF0DC

Color information

#CAF0DC (or 0xCAF0DC) is unknown color: approx Aero Blue. HEX triplet: CA, F0 and DC. RGB value is (202,240,220). Sum of RGB (Red+Green+Blue) = 202+240+220=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0DC is #350F23. Grayscale: #E2E2E2. Windows color (decimal): -3477284 or 14479562. OLE color: 14479562.

HSL color Cylindrical-coordinate representation of color #CAF0DC: hue angle of 148.42º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0DC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB202240220-
CMYK0.1600.080.06
HSL148.42º55.88%86.67%-
HSV(B)148.42º15.83%94.12%-
XYZ68.4480.0479.55-
YUV226.36124.41110.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=30.51%
G=36.25%
B=33.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402200.1600.080.06148.4255.8886.67
HexCAF0DC10086943857
Octal31236033420010622470127
Binary1100101011110000110111001000001000110100101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0DC; }

 p { color: rgb(202,240,220); }

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

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

 a { background-color: rgb(202,240,220); }

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

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

 span { border-color: rgb(202,240,220); }

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