#C9FBDB

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

Shades of Aero Blue #C9FBDB

Tints of Aero Blue #C9FBDB

Color information

#C9FBDB (or 0xC9FBDB) is unknown color: approx Aero Blue. HEX triplet: C9, FB and DB. RGB value is (201,251,219). Sum of RGB (Red+Green+Blue) = 201+251+219=671 (88% of max value = 765). Red value is 201 (78.91% from 255 or 29.96% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FBDB is #360424. Grayscale: #E8E8E8. Windows color (decimal): -3540005 or 14416841. OLE color: 14416841.

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

Color convert

RGB201251219-
CMYK0.2000.130.02
HSL141.6º86.21%88.63%-
HSV(B)141.6º19.92%98.43%-
XYZ71.3786.5379.96-
YUV232.4120.44105.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.96%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=29.96%
G=37.41%
B=32.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012512190.2000.130.02141.686.2188.63
HexC9FBDB140D28e5659
Octal311373333240152216126131
Binary1100100111111011110110111010001101101000111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FBDB; }

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

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

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

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

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

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

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

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