Html Css Color HEX #CAF2DC Aero Blue

📋 copy color: '#CAF2DC'

red 202 ◦ green 242 ◦ blue 220

#CAF2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #CAF2DC

Tints of Aero Blue #CAF2DC

RGB

 RED value IS 202 (79.3% from 255) = 30.42%

 GREEN value IS 242 (94.92% from 255) = 36.45%

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 30.42%
G = 36.45%
B = 33.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#CAF2DC (or 0xCAF2DC) is known color: Aero Blue. HEX triplet: CA, F2 and DC. RGB value is (202,242,220). Sum of RGB (Red+Green+Blue) = 202+242+220=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2DC is #350D23. Grayscale: #E3E3E3. Windows color (decimal): -3476772 or 14480074. OLE color: 14480074.

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

Color convert

RGB 202 242 220 -
CMYK 0.17 0 0.09 0.05
HSL 147º 0.61% 0.87% -
HSV(B) 147º 0.17% 0.95% -
XYZ 69.03 81.23 79.75 -
YUV 227.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 202 242 220 0.17 0 0.09 0.05 147 0.61 0.87
Hex CA F2 DC 11 0 9 5 93 3D 57
Octal 312 362 334 21 0 11 5 223 75 127
Binary 11001010 11110010 11011100 10001 0 1001 101 10010011 111101 1010111

Color Harmonies of #CAF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2DC

Black with #CAF2DC

Text Example


Text Example

White with #CAF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2DC; }

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

 H1.HeaderClassName
 {
   color: #CAF2DC;
 }
 .AnyTagClassName
 {
   color: #CAF2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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