#CAE7D9

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

Shades of Aero Blue #CAE7D9

Tints of Aero Blue #CAE7D9

Color information

#CAE7D9 (or 0xCAE7D9) is unknown color: approx Aero Blue. HEX triplet: CA, E7 and D9. RGB value is (202,231,217). Sum of RGB (Red+Green+Blue) = 202+231+217=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D9 is #351826. Grayscale: #DCDCDC. Windows color (decimal): -3479591 or 14280650. OLE color: 14280650.

HSL color Cylindrical-coordinate representation of color #CAE7D9: hue angle of 151.03º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE7D9 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB202231217-
CMYK0.1300.060.09
HSL151.03º37.66%84.9%-
HSV(B)151.03º12.55%90.59%-
XYZ65.4674.7276.62-
YUV220.73125.89114.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 217 (85.16% from 255) = 33.38%
R=31.08%
G=35.54%
B=33.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022312170.1300.060.09151.0337.6684.9
HexCAE7D9D069972655
Octal31234733115061122746125
Binary110010101110011111011001110101101001100101111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7D9; }

 p { color: rgb(202,231,217); }

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

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

 a { background-color: rgb(202,231,217); }

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

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

 span { border-color: rgb(202,231,217); }

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