Shades of Aero Blue #C5FCDD
Tints of Aero Blue #C5FCDD
RGB
CMYK
RGB Variations
Color information
#C5FCDD (or 0xC5FCDD) is known color: Aero Blue. HEX triplet: C5, FC and DD. RGB value is (197,252,221). Sum of RGB (Red+Green+Blue) = 197+252+221=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCDD is #3A0322. Grayscale: #E8E8E8. Windows color (decimal): -3801891 or 14548165. OLE color: 14548165.
HSL color Cylindrical-coordinate representation of color #C5FCDD: hue angle of 146.18º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCDD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 221 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.01 |
| HSL | 146.18º | 0.9% | 0.88% | - |
| HSV(B) | 146.18º | 0.22% | 0.99% | - |
| XYZ | 70.89 | 86.71 | 81.41 | - |
| YUV | 232.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 221 | 0.22 | 0 | 0.12 | 0.01 | 146.18 | 0.9 | 0.88 |
| Hex | C5 | FC | DD | 16 | 0 | C | 1 | 92 | 5A | 58 |
| Octal | 305 | 374 | 335 | 26 | 0 | 14 | 1 | 222 | 132 | 130 |
| Binary | 11000101 | 11111100 | 11011101 | 10110 | 0 | 1100 | 1 | 10010010 | 1011010 | 1011000 |
Color Harmonies of #C5FCDD
Complementary color
Monochromatic Colors of #C5FCDD
Black with #C5FCDD
Text Example
Text Example
White with #C5FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCDD; }
p { color: rgb(197,252,221); }
H1.HeaderClassName
{
color: #C5FCDD;
}
.AnyTagClassName
{
color: #C5FCDD;
}
</style>
background-color css
<style>
a { background-color: #C5FCDD; }
a { background-color: rgb(197,252,221); }
div.DivClassName
{
background-color: #C5FCDD;
}
.BgClassName
{
background-color: #C5FCDD;
}
</style>
border-color css
<style>
span { border-color: #C5FCDD; }
span { border-color: rgb(197,252,221); }
td.TdClassName
{
border-color: #C5FCDD;
}
.TagClassName
{
border-color: #C5FCDD;
}
</style>