Shades of Aero Blue #C5F8D8
Tints of Aero Blue #C5F8D8
RGB
CMYK
RGB Variations
Color information
#C5F8D8 (or 0xC5F8D8) is known color: Aero Blue. HEX triplet: C5, F8 and D8. RGB value is (197,248,216). Sum of RGB (Red+Green+Blue) = 197+248+216=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8D8 is #3A0727. Grayscale: #E5E5E5. Windows color (decimal): -3802920 or 14219461. OLE color: 14219461.
HSL color Cylindrical-coordinate representation of color #C5F8D8: hue angle of 142.35º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5F8D8 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 216 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.03 |
| HSL | 142.35º | 0.78% | 0.87% | - |
| HSV(B) | 142.35º | 0.21% | 0.97% | - |
| XYZ | 68.99 | 83.96 | 77.54 | - |
| YUV | 229.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 216 | 0.21 | 0 | 0.13 | 0.03 | 142.35 | 0.78 | 0.87 |
| Hex | C5 | F8 | D8 | 15 | 0 | D | 3 | 8E | 4E | 57 |
| Octal | 305 | 370 | 330 | 25 | 0 | 15 | 3 | 216 | 116 | 127 |
| Binary | 11000101 | 11111000 | 11011000 | 10101 | 0 | 1101 | 11 | 10001110 | 1001110 | 1010111 |
Color Harmonies of #C5F8D8
Complementary color
Monochromatic Colors of #C5F8D8
Black with #C5F8D8
Text Example
Text Example
White with #C5F8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8D8; }
p { color: rgb(197,248,216); }
H1.HeaderClassName
{
color: #C5F8D8;
}
.AnyTagClassName
{
color: #C5F8D8;
}
</style>
background-color css
<style>
a { background-color: #C5F8D8; }
a { background-color: rgb(197,248,216); }
div.DivClassName
{
background-color: #C5F8D8;
}
.BgClassName
{
background-color: #C5F8D8;
}
</style>
border-color css
<style>
span { border-color: #C5F8D8; }
span { border-color: rgb(197,248,216); }
td.TdClassName
{
border-color: #C5F8D8;
}
.TagClassName
{
border-color: #C5F8D8;
}
</style>