Shades of Aero Blue #C9F7DD
Tints of Aero Blue #C9F7DD
RGB
CMYK
RGB Variations
Color information
#C9F7DD (or 0xC9F7DD) is known color: Aero Blue. HEX triplet: C9, F7 and DD. RGB value is (201,247,221). Sum of RGB (Red+Green+Blue) = 201+247+221=669 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.04% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F7DD is #360822. Grayscale: #E6E6E6. Windows color (decimal): -3541027 or 14546889. OLE color: 14546889.
HSL color Cylindrical-coordinate representation of color #C9F7DD: hue angle of 146.09º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F7DD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 221 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.03 |
| HSL | 146.09º | 0.74% | 0.88% | - |
| HSV(B) | 146.09º | 0.19% | 0.97% | - |
| XYZ | 70.4 | 84.16 | 80.94 | - |
| YUV | 230.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 221 | 0.19 | 0 | 0.11 | 0.03 | 146.09 | 0.74 | 0.88 |
| Hex | C9 | F7 | DD | 13 | 0 | B | 3 | 92 | 4A | 58 |
| Octal | 311 | 367 | 335 | 23 | 0 | 13 | 3 | 222 | 112 | 130 |
| Binary | 11001001 | 11110111 | 11011101 | 10011 | 0 | 1011 | 11 | 10010010 | 1001010 | 1011000 |
Color Harmonies of #C9F7DD
Complementary color
Monochromatic Colors of #C9F7DD
Black with #C9F7DD
Text Example
Text Example
White with #C9F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F7DD; }
p { color: rgb(201,247,221); }
H1.HeaderClassName
{
color: #C9F7DD;
}
.AnyTagClassName
{
color: #C9F7DD;
}
</style>
background-color css
<style>
a { background-color: #C9F7DD; }
a { background-color: rgb(201,247,221); }
div.DivClassName
{
background-color: #C9F7DD;
}
.BgClassName
{
background-color: #C9F7DD;
}
</style>
border-color css
<style>
span { border-color: #C9F7DD; }
span { border-color: rgb(201,247,221); }
td.TdClassName
{
border-color: #C9F7DD;
}
.TagClassName
{
border-color: #C9F7DD;
}
</style>