#CDEDDB

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

Shades of Aero Blue #CDEDDB

Tints of Aero Blue #CDEDDB

Color information

#CDEDDB (or 0xCDEDDB) is unknown color: approx Aero Blue. HEX triplet: CD, ED and DB. RGB value is (205,237,219). Sum of RGB (Red+Green+Blue) = 205+237+219=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDB is #321224. Grayscale: #E1E1E1. Windows color (decimal): -3281445 or 14413261. OLE color: 14413261.

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

Color convert

RGB205237219-
CMYK0.1400.080.07
HSL146.25º47.06%86.67%-
HSV(B)146.25º13.5%92.94%-
XYZ68.2578.6678.6-
YUV225.38124.4113.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 219 (85.94% from 255) = 33.13%
R=31.01%
G=35.85%
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
Decimal2052372190.1400.080.07146.2547.0686.67
HexCDEDDBE087922f57
Octal31535533316010722257127
Binary110011011110110111011011111001000111100100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDDB; }

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

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

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

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

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

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

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

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