#CCEAD9

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

Shades of Aero Blue #CCEAD9

Tints of Aero Blue #CCEAD9

Color information

#CCEAD9 (or 0xCCEAD9) is unknown color: approx Aero Blue. HEX triplet: CC, EA and D9. RGB value is (204,234,217). Sum of RGB (Red+Green+Blue) = 204+234+217=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAD9 is #331526. Grayscale: #DFDFDF. Windows color (decimal): -3347751 or 14281420. OLE color: 14281420.

HSL color Cylindrical-coordinate representation of color #CCEAD9: hue angle of 146º degrees, saturation: 0.42, 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 #CCEAD9 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB204234217-
CMYK0.1300.070.08
HSL146º41.67%85.88%-
HSV(B)146º12.82%91.76%-
XYZ66.8576.6976.93-
YUV223.09124.56114.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=31.15%
G=35.73%
B=33.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342170.1300.070.0814641.6785.88
HexCCEAD9D078922a56
Octal31435233115071022252126
Binary110011001110101011011001110101111000100100101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAD9; }

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

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

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

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

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

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

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

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