#C9FCDB

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

Shades of Aero Blue #C9FCDB

Tints of Aero Blue #C9FCDB

Color information

#C9FCDB (or 0xC9FCDB) is unknown color: approx Aero Blue. HEX triplet: C9, FC and DB. RGB value is (201,252,219). Sum of RGB (Red+Green+Blue) = 201+252+219=672 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.91% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FCDB is #360324. Grayscale: #E9E9E9. Windows color (decimal): -3539749 or 14417097. OLE color: 14417097.

HSL color Cylindrical-coordinate representation of color #C9FCDB: hue angle of 141.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FCDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB201252219-
CMYK0.2000.130.01
HSL141.18º89.47%88.82%-
HSV(B)141.18º20.24%98.82%-
XYZ71.6887.1580.06-
YUV232.99120.1105.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.91%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=29.91%
G=37.5%
B=32.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012522190.2000.130.01141.1889.4788.82
HexC9FCDB140D18d5959
Octal311374333240151215131131
Binary110010011111110011011011101000110111000110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FCDB; }

 p { color: rgb(201,252,219); }

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

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

 a { background-color: rgb(201,252,219); }

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

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

 span { border-color: rgb(201,252,219); }

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