Shades of Aero Blue #C9FBDB
Tints of Aero Blue #C9FBDB
RGB
CMYK
RGB Variations
Color information
#C9FBDB (or 0xC9FBDB) is known color: 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
RGB | 201 | 251 | 219 | - |
CMYK | 0.20 | 0 | 0.13 | 0.02 |
HSL | 141.6º | 0.86% | 0.89% | - |
HSV(B) | 141.6º | 0.2% | 0.98% | - |
XYZ | 71.37 | 86.53 | 79.96 | - |
YUV | 232.4 | 120.44 | 105.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 251 | 219 | 0.20 | 0 | 0.13 | 0.02 | 141.6 | 0.86 | 0.89 |
Hex | C9 | FB | DB | 14 | 0 | D | 2 | 8E | 56 | 59 |
Octal | 311 | 373 | 333 | 24 | 0 | 15 | 2 | 216 | 126 | 131 |
Binary | 11001001 | 11111011 | 11011011 | 10100 | 0 | 1101 | 10 | 10001110 | 1010110 | 1011001 |
Color Harmonies of #C9FBDB
Complementary color
Monochromatic Colors of #C9FBDB
Black with #C9FBDB
Text Example
Text Example
White with #C9FBDB
Text Example
Text Example
HTML Codes & Css Web 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>