Shades of Aero Blue #C5F7D7
Tints of Aero Blue #C5F7D7
RGB
CMYK
RGB Variations
Color information
#C5F7D7 (or 0xC5F7D7) is known color: Aero Blue. HEX triplet: C5, F7 and D7. RGB value is (197,247,215). Sum of RGB (Red+Green+Blue) = 197+247+215=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F7D7 is #3A0828. Grayscale: #E4E4E4. Windows color (decimal): -3803177 or 14153669. OLE color: 14153669.
HSL color Cylindrical-coordinate representation of color #C5F7D7: hue angle of 141.6º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F7D7 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 215 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.03 |
| HSL | 141.6º | 0.76% | 0.87% | - |
| HSV(B) | 141.6º | 0.2% | 0.97% | - |
| XYZ | 68.55 | 83.3 | 76.76 | - |
| YUV | 228.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 215 | 0.20 | 0 | 0.13 | 0.03 | 141.6 | 0.76 | 0.87 |
| Hex | C5 | F7 | D7 | 14 | 0 | D | 3 | 8E | 4C | 57 |
| Octal | 305 | 367 | 327 | 24 | 0 | 15 | 3 | 216 | 114 | 127 |
| Binary | 11000101 | 11110111 | 11010111 | 10100 | 0 | 1101 | 11 | 10001110 | 1001100 | 1010111 |
Color Harmonies of #C5F7D7
Complementary color
Monochromatic Colors of #C5F7D7
Black with #C5F7D7
Text Example
Text Example
White with #C5F7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F7D7; }
p { color: rgb(197,247,215); }
H1.HeaderClassName
{
color: #C5F7D7;
}
.AnyTagClassName
{
color: #C5F7D7;
}
</style>
background-color css
<style>
a { background-color: #C5F7D7; }
a { background-color: rgb(197,247,215); }
div.DivClassName
{
background-color: #C5F7D7;
}
.BgClassName
{
background-color: #C5F7D7;
}
</style>
border-color css
<style>
span { border-color: #C5F7D7; }
span { border-color: rgb(197,247,215); }
td.TdClassName
{
border-color: #C5F7D7;
}
.TagClassName
{
border-color: #C5F7D7;
}
</style>