#CDECDB

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

Shades of Aero Blue #CDECDB

Tints of Aero Blue #CDECDB

Color information

#CDECDB (or 0xCDECDB) is unknown color: approx Aero Blue. HEX triplet: CD, EC and DB. RGB value is (205,236,219). Sum of RGB (Red+Green+Blue) = 205+236+219=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDB is #321324. Grayscale: #E0E0E0. Windows color (decimal): -3281701 or 14413005. OLE color: 14413005.

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

Color convert

RGB205236219-
CMYK0.1300.070.07
HSL147.1º44.93%86.47%-
HSV(B)147.1º13.14%92.55%-
XYZ67.9678.0878.51-
YUV224.79124.73113.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=31.06%
G=35.76%
B=33.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362190.1300.070.07147.144.9386.47
HexCDECDBD077932d56
Octal3153543331507722355126
Binary11001101111011001101101111010111111100100111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECDB; }

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

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

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

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

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

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

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

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