#CAEED9

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

Shades of Aero Blue #CAEED9

Tints of Aero Blue #CAEED9

Color information

#CAEED9 (or 0xCAEED9) is unknown color: approx Aero Blue. HEX triplet: CA, EE and D9. RGB value is (202,238,217). Sum of RGB (Red+Green+Blue) = 202+238+217=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED9 is #351126. Grayscale: #E0E0E0. Windows color (decimal): -3477799 or 14282442. OLE color: 14282442.

HSL color Cylindrical-coordinate representation of color #CAEED9: hue angle of 145º degrees, saturation: 0.51, 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 #CAEED9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB202238217-
CMYK0.1500.090.07
HSL145º51.43%86.27%-
HSV(B)145º15.13%93.33%-
XYZ67.4678.7277.28-
YUV224.84123.57111.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=30.75%
G=36.23%
B=33.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382170.1500.090.0714551.4386.27
HexCAEED9F097913356
Octal31235633117011722163126
Binary110010101110111011011001111101001111100100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEED9; }

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

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

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

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

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

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

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

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