Shades of Aero Blue #C9FBDC
Tints of Aero Blue #C9FBDC
RGB
CMYK
RGB Variations
Color information
#C9FBDC (or 0xC9FBDC) is known color: Aero Blue. HEX triplet: C9, FB and DC. RGB value is (201,251,220). Sum of RGB (Red+Green+Blue) = 201+251+220=672 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.91% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FBDC is #360423. Grayscale: #E8E8E8. Windows color (decimal): -3540004 or 14482377. OLE color: 14482377.
HSL color Cylindrical-coordinate representation of color #C9FBDC: hue angle of 142.8º 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 #C9FBDC is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 220 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 142.8º | 0.86% | 0.89% | - |
| HSV(B) | 142.8º | 0.2% | 0.98% | - |
| XYZ | 71.5 | 86.58 | 80.65 | - |
| YUV | 232.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 220 | 0.20 | 0 | 0.12 | 0.02 | 142.8 | 0.86 | 0.89 |
| Hex | C9 | FB | DC | 14 | 0 | C | 2 | 8F | 56 | 59 |
| Octal | 311 | 373 | 334 | 24 | 0 | 14 | 2 | 217 | 126 | 131 |
| Binary | 11001001 | 11111011 | 11011100 | 10100 | 0 | 1100 | 10 | 10001111 | 1010110 | 1011001 |
Color Harmonies of #C9FBDC
Complementary color
Monochromatic Colors of #C9FBDC
Black with #C9FBDC
Text Example
Text Example
White with #C9FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FBDC; }
p { color: rgb(201,251,220); }
H1.HeaderClassName
{
color: #C9FBDC;
}
.AnyTagClassName
{
color: #C9FBDC;
}
</style>
background-color css
<style>
a { background-color: #C9FBDC; }
a { background-color: rgb(201,251,220); }
div.DivClassName
{
background-color: #C9FBDC;
}
.BgClassName
{
background-color: #C9FBDC;
}
</style>
border-color css
<style>
span { border-color: #C9FBDC; }
span { border-color: rgb(201,251,220); }
td.TdClassName
{
border-color: #C9FBDC;
}
.TagClassName
{
border-color: #C9FBDC;
}
</style>