#C9DED2

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

Shades of Aero Blue #C9DED2

Tints of Aero Blue #C9DED2

Color information

#C9DED2 (or 0xC9DED2) is unknown color: approx Aero Blue. HEX triplet: C9, DE and D2. RGB value is (201,222,210). Sum of RGB (Red+Green+Blue) = 201+222+210=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DED2 is #36212D. Grayscale: #D6D6D6. Windows color (decimal): -3547438 or 13819593. OLE color: 13819593.

HSL color Cylindrical-coordinate representation of color #C9DED2: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DED2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB201222210-
CMYK0.0900.050.13
HSL145.71º24.14%82.94%-
HSV(B)145.71º9.46%87.06%-
XYZ61.8469.3171.09-
YUV214.35125.54118.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 210 (82.42% from 255) = 33.18%
R=31.75%
G=35.07%
B=33.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012222100.0900.050.13145.7124.1482.94
HexC9DED2905D921853
Octal31133632211051522230123
Binary11001001110111101101001010010101110110010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DED2; }

 p { color: rgb(201,222,210); }

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

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

 a { background-color: rgb(201,222,210); }

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

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

 span { border-color: rgb(201,222,210); }

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