#CCEBD9

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

Shades of Aero Blue #CCEBD9

Tints of Aero Blue #CCEBD9

Color information

#CCEBD9 (or 0xCCEBD9) is unknown color: approx Aero Blue. HEX triplet: CC, EB and D9. RGB value is (204,235,217). Sum of RGB (Red+Green+Blue) = 204+235+217=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD9 is #331426. Grayscale: #DFDFDF. Windows color (decimal): -3347495 or 14281676. OLE color: 14281676.

HSL color Cylindrical-coordinate representation of color #CCEBD9: hue angle of 145.16º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBD9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB204235217-
CMYK0.1300.080.08
HSL145.16º43.66%86.08%-
HSV(B)145.16º13.19%92.16%-
XYZ67.1377.2677.02-
YUV223.68124.23113.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=31.10%
G=35.82%
B=33.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352170.1300.080.08145.1643.6686.08
HexCCEBD9D088912c56
Octal314353331150101022154126
Binary1100110011101011110110011101010001000100100011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBD9; }

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

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

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

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

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

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

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

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