#CAEDD9

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

Shades of Aero Blue #CAEDD9

Tints of Aero Blue #CAEDD9

Color information

#CAEDD9 (or 0xCAEDD9) is unknown color: approx Aero Blue. HEX triplet: CA, ED and D9. RGB value is (202,237,217). Sum of RGB (Red+Green+Blue) = 202+237+217=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDD9 is #351226. Grayscale: #E0E0E0. Windows color (decimal): -3478055 or 14282186. OLE color: 14282186.

HSL color Cylindrical-coordinate representation of color #CAEDD9: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDD9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB202237217-
CMYK0.1500.080.07
HSL145.71º49.3%86.08%-
HSV(B)145.71º14.77%92.94%-
XYZ67.1778.1377.19-
YUV224.26123.9112.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=30.79%
G=36.13%
B=33.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372170.1500.080.07145.7149.386.08
HexCAEDD9F087923156
Octal31235533117010722261126
Binary110010101110110111011001111101000111100100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDD9; }

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

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

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

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

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

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

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

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