Html Css Color HEX #CAF1DC Aero Blue

📋 copy color: '#CAF1DC'

red 202 ◦ green 241 ◦ blue 220

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

Shades of Aero Blue #CAF1DC

Tints of Aero Blue #CAF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.35%

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

R = 30.47%
G = 36.35%
B = 33.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#CAF1DC (or 0xCAF1DC) is known color: Aero Blue. HEX triplet: CA, F1 and DC. RGB value is (202,241,220). Sum of RGB (Red+Green+Blue) = 202+241+220=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DC is #350E23. Grayscale: #E2E2E2. Windows color (decimal): -3477028 or 14479818. OLE color: 14479818.

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

Color convert

RGB 202 241 220 -
CMYK 0.16 0 0.09 0.05
HSL 147.69º 0.58% 0.87% -
HSV(B) 147.69º 0.16% 0.95% -
XYZ 68.73 80.63 79.65 -
YUV 226.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 202 241 220 0.16 0 0.09 0.05 147.69 0.58 0.87
Hex CA F1 DC 10 0 9 5 94 3A 57
Octal 312 361 334 20 0 11 5 224 72 127
Binary 11001010 11110001 11011100 10000 0 1001 101 10010100 111010 1010111

Color Harmonies of #CAF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1DC

Black with #CAF1DC

Text Example


Text Example

White with #CAF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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