#CAF2DA

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

Shades of Aero Blue #CAF2DA

Tints of Aero Blue #CAF2DA

Color information

#CAF2DA (or 0xCAF2DA) is unknown color: approx Aero Blue. HEX triplet: CA, F2 and DA. RGB value is (202,242,218). Sum of RGB (Red+Green+Blue) = 202+242+218=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2DA is #350D25. Grayscale: #E3E3E3. Windows color (decimal): -3476774 or 14349002. OLE color: 14349002.

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

Color convert

RGB202242218-
CMYK0.1700.100.05
HSL144º60.61%87.06%-
HSV(B)144º16.53%94.9%-
XYZ68.7681.1278.36-
YUV227.3122.75109.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 242 (94.92% from 255) = 36.56%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=30.51%
G=36.56%
B=32.93%

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
Decimal2022422180.1700.100.0514460.6187.06
HexCAF2DA110A5903d57
Octal31236233221012522075127
Binary1100101011110010110110101000101010101100100001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2DA; }

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

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

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

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

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

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

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

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