#C9EDD9

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

Shades of Aero Blue #C9EDD9

Tints of Aero Blue #C9EDD9

Color information

#C9EDD9 (or 0xC9EDD9) is unknown color: approx Aero Blue. HEX triplet: C9, ED and D9. RGB value is (201,237,217). Sum of RGB (Red+Green+Blue) = 201+237+217=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDD9 is #361226. Grayscale: #E0E0E0. Windows color (decimal): -3543591 or 14282185. OLE color: 14282185.

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

Color convert

RGB201237217-
CMYK0.1500.080.07
HSL146.67º50%85.88%-
HSV(B)146.67º15.19%92.94%-
XYZ66.97877.17-
YUV223.96124.07111.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.69%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=30.69%
G=36.18%
B=33.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012372170.1500.080.07146.675085.88
HexC9EDD9F087933256
Octal31135533117010722362126
Binary110010011110110111011001111101000111100100111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EDD9; }

 p { color: rgb(201,237,217); }

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

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

 a { background-color: rgb(201,237,217); }

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

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

 span { border-color: rgb(201,237,217); }

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