#CAF2D9

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

Shades of Aero Blue #CAF2D9

Tints of Aero Blue #CAF2D9

Color information

#CAF2D9 (or 0xCAF2D9) is unknown color: approx Aero Blue. HEX triplet: CA, F2 and D9. RGB value is (202,242,217). Sum of RGB (Red+Green+Blue) = 202+242+217=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D9 is #350D26. Grayscale: #E3E3E3. Windows color (decimal): -3476775 or 14283466. OLE color: 14283466.

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

Color convert

RGB202242217-
CMYK0.1700.100.05
HSL142.5º60.61%87.06%-
HSV(B)142.5º16.53%94.9%-
XYZ68.6381.0777.68-
YUV227.19122.25110.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=30.56%
G=36.61%
B=32.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022422170.1700.100.05142.560.6187.06
HexCAF2D9110A58e3d57
Octal31236233121012521675127
Binary1100101011110010110110011000101010101100011101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2D9; }

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

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

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

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

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

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

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

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