#CDEAD9

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

Shades of Aero Blue #CDEAD9

Tints of Aero Blue #CDEAD9

Color information

#CDEAD9 (or 0xCDEAD9) is unknown color: approx Aero Blue. HEX triplet: CD, EA and D9. RGB value is (205,234,217). Sum of RGB (Red+Green+Blue) = 205+234+217=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAD9 is #321526. Grayscale: #DFDFDF. Windows color (decimal): -3282215 or 14281421. OLE color: 14281421.

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

Color convert

RGB205234217-
CMYK0.1200.070.08
HSL144.83º40.85%86.08%-
HSV(B)144.83º12.39%91.76%-
XYZ67.1276.8376.94-
YUV223.39124.39114.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=31.25%
G=35.67%
B=33.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342170.1200.070.08144.8340.8586.08
HexCDEAD9C078912956
Octal31535233114071022151126
Binary110011011110101011011001110001111000100100011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAD9; }

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

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

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

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

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

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

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

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