Shades of Aero Blue #C5F2D8
Tints of Aero Blue #C5F2D8
RGB
CMYK
RGB Variations
Color information
#C5F2D8 (or 0xC5F2D8) is known color: Aero Blue. HEX triplet: C5, F2 and D8. RGB value is (197,242,216). Sum of RGB (Red+Green+Blue) = 197+242+216=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2D8 is #3A0D27. Grayscale: #E1E1E1. Windows color (decimal): -3804456 or 14217925. OLE color: 14217925.
HSL color Cylindrical-coordinate representation of color #C5F2D8: hue angle of 145.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F2D8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 216 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.05 |
| HSL | 145.33º | 0.63% | 0.86% | - |
| HSV(B) | 145.33º | 0.19% | 0.95% | - |
| XYZ | 67.17 | 80.33 | 76.93 | - |
| YUV | 225.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 216 | 0.19 | 0 | 0.11 | 0.05 | 145.33 | 0.63 | 0.86 |
| Hex | C5 | F2 | D8 | 13 | 0 | B | 5 | 91 | 3F | 56 |
| Octal | 305 | 362 | 330 | 23 | 0 | 13 | 5 | 221 | 77 | 126 |
| Binary | 11000101 | 11110010 | 11011000 | 10011 | 0 | 1011 | 101 | 10010001 | 111111 | 1010110 |
Color Harmonies of #C5F2D8
Complementary color
Monochromatic Colors of #C5F2D8
Black with #C5F2D8
Text Example
Text Example
White with #C5F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F2D8; }
p { color: rgb(197,242,216); }
H1.HeaderClassName
{
color: #C5F2D8;
}
.AnyTagClassName
{
color: #C5F2D8;
}
</style>
background-color css
<style>
a { background-color: #C5F2D8; }
a { background-color: rgb(197,242,216); }
div.DivClassName
{
background-color: #C5F2D8;
}
.BgClassName
{
background-color: #C5F2D8;
}
</style>
border-color css
<style>
span { border-color: #C5F2D8; }
span { border-color: rgb(197,242,216); }
td.TdClassName
{
border-color: #C5F2D8;
}
.TagClassName
{
border-color: #C5F2D8;
}
</style>