Html Css Color HEX #CAF0DB Aero Blue

📋 copy color: '#CAF0DB'

red 202 ◦ green 240 ◦ blue 219

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

Shades of Aero Blue #CAF0DB

Tints of Aero Blue #CAF0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 219 (85.94% from 255) = 33.13%

R = 30.56%
G = 36.31%
B = 33.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#CAF0DB (or 0xCAF0DB) is known color: Aero Blue. HEX triplet: CA, F0 and DB. RGB value is (202,240,219). Sum of RGB (Red+Green+Blue) = 202+240+219=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0DB is #350F24. Grayscale: #E2E2E2. Windows color (decimal): -3477285 or 14414026. OLE color: 14414026.

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

Color convert

RGB 202 240 219 -
CMYK 0.16 0 0.09 0.06
HSL 146.84º 0.56% 0.87% -
HSV(B) 146.84º 0.16% 0.94% -
XYZ 68.3 79.99 78.86 -
YUV 226.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 202 240 219 0.16 0 0.09 0.06 146.84 0.56 0.87
Hex CA F0 DB 10 0 9 6 93 38 57
Octal 312 360 333 20 0 11 6 223 70 127
Binary 11001010 11110000 11011011 10000 0 1001 110 10010011 111000 1010111

Color Harmonies of #CAF0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0DB

Black with #CAF0DB

Text Example


Text Example

White with #CAF0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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