#CDECD9

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

Shades of Aero Blue #CDECD9

Tints of Aero Blue #CDECD9

Color information

#CDECD9 (or 0xCDECD9) is unknown color: approx Aero Blue. HEX triplet: CD, EC and D9. RGB value is (205,236,217). Sum of RGB (Red+Green+Blue) = 205+236+217=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD9 is #321326. Grayscale: #E0E0E0. Windows color (decimal): -3281703 or 14281933. OLE color: 14281933.

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

Color convert

RGB205236217-
CMYK0.1300.080.07
HSL143.23º44.93%86.47%-
HSV(B)143.23º13.14%92.55%-
XYZ67.777.9877.13-
YUV224.56123.73114.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=31.16%
G=35.87%
B=32.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362170.1300.080.07143.2344.9386.47
HexCDECD9D0878f2d56
Octal31535433115010721755126
Binary110011011110110011011001110101000111100011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECD9; }

 p { color: rgb(205,236,217); }

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

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

 a { background-color: rgb(205,236,217); }

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

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

 span { border-color: rgb(205,236,217); }

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