#CAF7DC

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

Shades of Aero Blue #CAF7DC

Tints of Aero Blue #CAF7DC

Color information

#CAF7DC (or 0xCAF7DC) is unknown color: approx Aero Blue. HEX triplet: CA, F7 and DC. RGB value is (202,247,220). Sum of RGB (Red+Green+Blue) = 202+247+220=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7DC is #350823. Grayscale: #E6E6E6. Windows color (decimal): -3475492 or 14481354. OLE color: 14481354.

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

Color convert

RGB202247220-
CMYK0.1800.110.03
HSL144º73.77%88.04%-
HSV(B)144º18.22%96.86%-
XYZ70.5484.2580.25-
YUV230.47122.09107.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=30.19%
G=36.92%
B=32.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472200.1800.110.0314473.7788.04
HexCAF7DC120B3904a58
Octal312367334220133220112130
Binary1100101011110111110111001001001011111001000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7DC; }

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

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

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

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

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

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

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

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