#C9EBD7

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

Shades of Aero Blue #C9EBD7

Tints of Aero Blue #C9EBD7

Color information

#C9EBD7 (or 0xC9EBD7) is unknown color: approx Aero Blue. HEX triplet: C9, EB and D7. RGB value is (201,235,215). Sum of RGB (Red+Green+Blue) = 201+235+215=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBD7 is #361428. Grayscale: #DEDEDE. Windows color (decimal): -3544105 or 14150601. OLE color: 14150601.

HSL color Cylindrical-coordinate representation of color #C9EBD7: hue angle of 144.71º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EBD7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB201235215-
CMYK0.1400.090.08
HSL144.71º45.95%85.49%-
HSV(B)144.71º14.47%92.16%-
XYZ66.0676.7475.62-
YUV222.55123.74112.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.88%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=30.88%
G=36.10%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012352150.1400.090.08144.7145.9585.49
HexC9EBD7E098912e55
Octal311353327160111022156125
Binary1100100111101011110101111110010011000100100011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBD7; }

 p { color: rgb(201,235,215); }

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

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

 a { background-color: rgb(201,235,215); }

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

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

 span { border-color: rgb(201,235,215); }

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