Shades of Aero Blue #C7FBDD
Tints of Aero Blue #C7FBDD
RGB
CMYK
RGB Variations
Color information
#C7FBDD (or 0xC7FBDD) is known color: Aero Blue. HEX triplet: C7, FB and DD. RGB value is (199,251,221). Sum of RGB (Red+Green+Blue) = 199+251+221=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FBDD is #380422. Grayscale: #E8E8E8. Windows color (decimal): -3671075 or 14547911. OLE color: 14547911.
HSL color Cylindrical-coordinate representation of color #C7FBDD: hue angle of 145.38º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FBDD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 221 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.02 |
| HSL | 145.38º | 0.87% | 0.88% | - |
| HSV(B) | 145.38º | 0.21% | 0.98% | - |
| XYZ | 71.1 | 86.36 | 81.33 | - |
| YUV | 232.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 221 | 0.21 | 0 | 0.12 | 0.02 | 145.38 | 0.87 | 0.88 |
| Hex | C7 | FB | DD | 15 | 0 | C | 2 | 91 | 57 | 58 |
| Octal | 307 | 373 | 335 | 25 | 0 | 14 | 2 | 221 | 127 | 130 |
| Binary | 11000111 | 11111011 | 11011101 | 10101 | 0 | 1100 | 10 | 10010001 | 1010111 | 1011000 |
Color Harmonies of #C7FBDD
Complementary color
Monochromatic Colors of #C7FBDD
Black with #C7FBDD
Text Example
Text Example
White with #C7FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FBDD; }
p { color: rgb(199,251,221); }
H1.HeaderClassName
{
color: #C7FBDD;
}
.AnyTagClassName
{
color: #C7FBDD;
}
</style>
background-color css
<style>
a { background-color: #C7FBDD; }
a { background-color: rgb(199,251,221); }
div.DivClassName
{
background-color: #C7FBDD;
}
.BgClassName
{
background-color: #C7FBDD;
}
</style>
border-color css
<style>
span { border-color: #C7FBDD; }
span { border-color: rgb(199,251,221); }
td.TdClassName
{
border-color: #C7FBDD;
}
.TagClassName
{
border-color: #C7FBDD;
}
</style>