#CCECDA

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

Shades of Aero Blue #CCECDA

Tints of Aero Blue #CCECDA

Color information

#CCECDA (or 0xCCECDA) is unknown color: approx Aero Blue. HEX triplet: CC, EC and DA. RGB value is (204,236,218). Sum of RGB (Red+Green+Blue) = 204+236+218=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDA is #331325. Grayscale: #E0E0E0. Windows color (decimal): -3347238 or 14347468. OLE color: 14347468.

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

Color convert

RGB204236218-
CMYK0.1400.080.07
HSL146.25º45.71%86.27%-
HSV(B)146.25º13.56%92.55%-
XYZ67.5577.8977.8-
YUV224.38124.4113.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=31.00%
G=35.87%
B=33.13%

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
Decimal2042362180.1400.080.07146.2545.7186.27
HexCCECDAE087922e56
Octal31435433216010722256126
Binary110011001110110011011010111001000111100100101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECDA; }

 p { color: rgb(204,236,218); }

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

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

 a { background-color: rgb(204,236,218); }

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

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

 span { border-color: rgb(204,236,218); }

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