#CAF4DC

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

Shades of Aero Blue #CAF4DC

Tints of Aero Blue #CAF4DC

Color information

#CAF4DC (or 0xCAF4DC) is unknown color: approx Aero Blue. HEX triplet: CA, F4 and DC. RGB value is (202,244,220). Sum of RGB (Red+Green+Blue) = 202+244+220=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4DC is #350B23. Grayscale: #E4E4E4. Windows color (decimal): -3476260 or 14480586. OLE color: 14480586.

HSL color Cylindrical-coordinate representation of color #CAF4DC: hue angle of 145.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4DC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB202244220-
CMYK0.1700.100.04
HSL145.71º65.62%87.45%-
HSV(B)145.71º17.21%95.69%-
XYZ69.6382.4379.95-
YUV228.71123.09108.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 244 (95.70% from 255) = 36.64%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=30.33%
G=36.64%
B=33.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442200.1700.100.04145.7165.6287.45
HexCAF4DC110A4924257
Octal312364334210124222102127
Binary11001010111101001101110010001010101001001001010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4DC; }

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

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

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

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

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

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

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

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