Shades of Aero Blue #C9FADB
Tints of Aero Blue #C9FADB
RGB
CMYK
RGB Variations
Color information
#C9FADB (or 0xC9FADB) is known color: Aero Blue. HEX triplet: C9, FA and DB. RGB value is (201,250,219). Sum of RGB (Red+Green+Blue) = 201+250+219=670 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FADB is #360524. Grayscale: #E7E7E7. Windows color (decimal): -3540261 or 14416585. OLE color: 14416585.
HSL color Cylindrical-coordinate representation of color #C9FADB: hue angle of 142.04º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FADB is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 219 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 142.04º | 0.83% | 0.88% | - |
| HSV(B) | 142.04º | 0.2% | 0.98% | - |
| XYZ | 71.06 | 85.9 | 79.85 | - |
| YUV | 231.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 219 | 0.20 | 0 | 0.12 | 0.02 | 142.04 | 0.83 | 0.88 |
| Hex | C9 | FA | DB | 14 | 0 | C | 2 | 8E | 53 | 58 |
| Octal | 311 | 372 | 333 | 24 | 0 | 14 | 2 | 216 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11011011 | 10100 | 0 | 1100 | 10 | 10001110 | 1010011 | 1011000 |
Color Harmonies of #C9FADB
Complementary color
Monochromatic Colors of #C9FADB
Black with #C9FADB
Text Example
Text Example
White with #C9FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FADB; }
p { color: rgb(201,250,219); }
H1.HeaderClassName
{
color: #C9FADB;
}
.AnyTagClassName
{
color: #C9FADB;
}
</style>
background-color css
<style>
a { background-color: #C9FADB; }
a { background-color: rgb(201,250,219); }
div.DivClassName
{
background-color: #C9FADB;
}
.BgClassName
{
background-color: #C9FADB;
}
</style>
border-color css
<style>
span { border-color: #C9FADB; }
span { border-color: rgb(201,250,219); }
td.TdClassName
{
border-color: #C9FADB;
}
.TagClassName
{
border-color: #C9FADB;
}
</style>