#C9EAD7

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

Shades of Aero Blue #C9EAD7

Tints of Aero Blue #C9EAD7

Color information

#C9EAD7 (or 0xC9EAD7) is unknown color: approx Aero Blue. HEX triplet: C9, EA and D7. RGB value is (201,234,215). Sum of RGB (Red+Green+Blue) = 201+234+215=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EAD7 is #361528. Grayscale: #DEDEDE. Windows color (decimal): -3544361 or 14150345. OLE color: 14150345.

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

Color convert

RGB201234215-
CMYK0.1400.080.08
HSL145.45º44%85.29%-
HSV(B)145.45º14.1%91.76%-
XYZ65.7876.1775.53-
YUV221.97124.07113.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.92%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=30.92%
G=36%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012342150.1400.080.08145.454485.29
HexC9EAD7E088912c55
Octal311352327160101022154125
Binary1100100111101010110101111110010001000100100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EAD7; }

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

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

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

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

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

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

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

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