#CDEDDA

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

Shades of Aero Blue #CDEDDA

Tints of Aero Blue #CDEDDA

Color information

#CDEDDA (or 0xCDEDDA) is unknown color: approx Aero Blue. HEX triplet: CD, ED and DA. RGB value is (205,237,218). Sum of RGB (Red+Green+Blue) = 205+237+218=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDA is #321225. Grayscale: #E1E1E1. Windows color (decimal): -3281446 or 14347725. OLE color: 14347725.

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

Color convert

RGB205237218-
CMYK0.1400.080.07
HSL144.38º47.06%86.67%-
HSV(B)144.38º13.5%92.94%-
XYZ68.1278.6177.91-
YUV225.27123.9113.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=31.06%
G=35.91%
B=33.03%

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
Decimal2052372180.1400.080.07144.3847.0686.67
HexCDEDDAE087902f57
Octal31535533216010722057127
Binary110011011110110111011010111001000111100100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDDA; }

 p { color: rgb(205,237,218); }

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

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

 a { background-color: rgb(205,237,218); }

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

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

 span { border-color: rgb(205,237,218); }

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