Html Css Color HEX #CAF8DB Aero Blue

📋 copy color: '#CAF8DB'

red 202 ◦ green 248 ◦ blue 219

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

Shades of Aero Blue #CAF8DB

Tints of Aero Blue #CAF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.07%

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

R = 30.19%
G = 37.07%
B = 32.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#CAF8DB (or 0xCAF8DB) is known color: Aero Blue. HEX triplet: CA, F8 and DB. RGB value is (202,248,219). Sum of RGB (Red+Green+Blue) = 202+248+219=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8DB is #350724. Grayscale: #E7E7E7. Windows color (decimal): -3475237 or 14416074. OLE color: 14416074.

HSL color Cylindrical-coordinate representation of color #CAF8DB: hue angle of 142.17º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8DB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 219 -
CMYK 0.19 0 0.12 0.03
HSL 142.17º 0.77% 0.88% -
HSV(B) 142.17º 0.19% 0.97% -
XYZ 70.71 84.81 79.66 -
YUV 230.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 202 248 219 0.19 0 0.12 0.03 142.17 0.77 0.88
Hex CA F8 DB 13 0 C 3 8E 4D 58
Octal 312 370 333 23 0 14 3 216 115 130
Binary 11001010 11111000 11011011 10011 0 1100 11 10001110 1001101 1011000

Color Harmonies of #CAF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8DB

Black with #CAF8DB

Text Example


Text Example

White with #CAF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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