#CAF4DB

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

Shades of Aero Blue #CAF4DB

Tints of Aero Blue #CAF4DB

Color information

#CAF4DB (or 0xCAF4DB) is unknown color: approx Aero Blue. HEX triplet: CA, F4 and DB. RGB value is (202,244,219). Sum of RGB (Red+Green+Blue) = 202+244+219=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4DB is #350B24. Grayscale: #E4E4E4. Windows color (decimal): -3476261 or 14415050. OLE color: 14415050.

HSL color Cylindrical-coordinate representation of color #CAF4DB: hue angle of 144.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4DB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB202244219-
CMYK0.1700.100.04
HSL144.29º65.62%87.45%-
HSV(B)144.29º17.21%95.69%-
XYZ69.4982.3779.25-
YUV228.59122.59109.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 244 (95.70% from 255) = 36.69%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=30.38%
G=36.69%
B=32.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442190.1700.100.04144.2965.6287.45
HexCAF4DB110A4904257
Octal312364333210124220102127
Binary11001010111101001101101110001010101001001000010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4DB; }

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

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

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

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

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

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

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

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