Shades of Aero Blue #C5EFD5
Tints of Aero Blue #C5EFD5
RGB
CMYK
RGB Variations
Color information
#C5EFD5 (or 0xC5EFD5) is known color: Aero Blue. HEX triplet: C5, EF and D5. RGB value is (197,239,213). Sum of RGB (Red+Green+Blue) = 197+239+213=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFD5 is #3A102A. Grayscale: #DFDFDF. Windows color (decimal): -3805227 or 14020549. OLE color: 14020549.
HSL color Cylindrical-coordinate representation of color #C5EFD5: hue angle of 142.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFD5 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 213 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.06 |
| HSL | 142.86º | 0.57% | 0.85% | - |
| HSV(B) | 142.86º | 0.18% | 0.94% | - |
| XYZ | 65.9 | 78.41 | 74.61 | - |
| YUV | 223.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 213 | 0.18 | 0 | 0.11 | 0.06 | 142.86 | 0.57 | 0.85 |
| Hex | C5 | EF | D5 | 12 | 0 | B | 6 | 8F | 39 | 55 |
| Octal | 305 | 357 | 325 | 22 | 0 | 13 | 6 | 217 | 71 | 125 |
| Binary | 11000101 | 11101111 | 11010101 | 10010 | 0 | 1011 | 110 | 10001111 | 111001 | 1010101 |
Color Harmonies of #C5EFD5
Complementary color
Monochromatic Colors of #C5EFD5
Black with #C5EFD5
Text Example
Text Example
White with #C5EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFD5; }
p { color: rgb(197,239,213); }
H1.HeaderClassName
{
color: #C5EFD5;
}
.AnyTagClassName
{
color: #C5EFD5;
}
</style>
background-color css
<style>
a { background-color: #C5EFD5; }
a { background-color: rgb(197,239,213); }
div.DivClassName
{
background-color: #C5EFD5;
}
.BgClassName
{
background-color: #C5EFD5;
}
</style>
border-color css
<style>
span { border-color: #C5EFD5; }
span { border-color: rgb(197,239,213); }
td.TdClassName
{
border-color: #C5EFD5;
}
.TagClassName
{
border-color: #C5EFD5;
}
</style>