#CCEDD9

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

Shades of Aero Blue #CCEDD9

Tints of Aero Blue #CCEDD9

Color information

#CCEDD9 (or 0xCCEDD9) is unknown color: approx Aero Blue. HEX triplet: CC, ED and D9. RGB value is (204,237,217). Sum of RGB (Red+Green+Blue) = 204+237+217=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD9 is #331226. Grayscale: #E0E0E0. Windows color (decimal): -3346983 or 14282188. OLE color: 14282188.

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

Color convert

RGB204237217-
CMYK0.1400.080.07
HSL143.64º47.83%86.47%-
HSV(B)143.64º13.92%92.94%-
XYZ67.7178.4277.21-
YUV224.85123.57113.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=31.00%
G=36.02%
B=32.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042372170.1400.080.07143.6447.8386.47
HexCCEDD9E087903056
Octal31435533116010722060126
Binary110011001110110111011001111001000111100100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDD9; }

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

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

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

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

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

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

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

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