#CAF0D9

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

Shades of Aero Blue #CAF0D9

Tints of Aero Blue #CAF0D9

Color information

#CAF0D9 (or 0xCAF0D9) is unknown color: approx Aero Blue. HEX triplet: CA, F0 and D9. RGB value is (202,240,217). Sum of RGB (Red+Green+Blue) = 202+240+217=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0D9 is #350F26. Grayscale: #E2E2E2. Windows color (decimal): -3477287 or 14282954. OLE color: 14282954.

HSL color Cylindrical-coordinate representation of color #CAF0D9: hue angle of 143.68º 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 #CAF0D9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB202240217-
CMYK0.1600.100.06
HSL143.68º55.88%86.67%-
HSV(B)143.68º15.83%94.12%-
XYZ68.0479.8977.48-
YUV226.02122.91110.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=30.65%
G=36.42%
B=32.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402170.1600.100.06143.6855.8886.67
HexCAF0D9100A6903857
Octal31236033120012622070127
Binary1100101011110000110110011000001010110100100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0D9; }

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

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

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

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

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

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

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

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