#C9F0D8

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

Shades of Aero Blue #C9F0D8

Tints of Aero Blue #C9F0D8

Color information

#C9F0D8 (or 0xC9F0D8) is unknown color: approx Aero Blue. HEX triplet: C9, F0 and D8. RGB value is (201,240,216). Sum of RGB (Red+Green+Blue) = 201+240+216=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0D8 is #360F27. Grayscale: #E1E1E1. Windows color (decimal): -3542824 or 14217417. OLE color: 14217417.

HSL color Cylindrical-coordinate representation of color #C9F0D8: hue angle of 143.08º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9F0D8 is Cyan = 0.16, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB201240216-
CMYK0.1600.10.06
HSL143.08º56.52%86.47%-
HSV(B)143.08º16.25%94.12%-
XYZ67.6479.776.78-
YUV225.6122.58110.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.59%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=30.59%
G=36.53%
B=32.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012402160.1600.10.06143.0856.5286.47
HexC9F0D8100A68f3956
Octal31136033020012621771126
Binary1100100111110000110110001000001010110100011111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0D8; }

 p { color: rgb(201,240,216); }

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

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

 a { background-color: rgb(201,240,216); }

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

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

 span { border-color: rgb(201,240,216); }

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