#CAF1DB

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

Shades of Aero Blue #CAF1DB

Tints of Aero Blue #CAF1DB

Color information

#CAF1DB (or 0xCAF1DB) is unknown color: approx Aero Blue. HEX triplet: CA, F1 and DB. RGB value is (202,241,219). Sum of RGB (Red+Green+Blue) = 202+241+219=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DB is #350E24. Grayscale: #E2E2E2. Windows color (decimal): -3477029 or 14414282. OLE color: 14414282.

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

Color convert

RGB202241219-
CMYK0.1600.090.05
HSL146.15º58.21%86.86%-
HSV(B)146.15º16.18%94.51%-
XYZ68.680.5878.96-
YUV226.83123.58110.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=30.51%
G=36.40%
B=33.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412190.1600.090.05146.1558.2186.86
HexCAF1DB10095923a57
Octal31236133320011522272127
Binary1100101011110001110110111000001001101100100101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1DB; }

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

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

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

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

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

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

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

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