Shades of Aero Blue #C6FCDD
Tints of Aero Blue #C6FCDD
RGB
CMYK
RGB Variations
Color information
#C6FCDD (or 0xC6FCDD) is known color: Aero Blue. HEX triplet: C6, FC and DD. RGB value is (198,252,221). Sum of RGB (Red+Green+Blue) = 198+252+221=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FCDD is #390322. Grayscale: #E8E8E8. Windows color (decimal): -3736355 or 14548166. OLE color: 14548166.
HSL color Cylindrical-coordinate representation of color #C6FCDD: hue angle of 145.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FCDD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 221 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.01 |
| HSL | 145.56º | 0.9% | 0.88% | - |
| HSV(B) | 145.56º | 0.21% | 0.99% | - |
| XYZ | 71.15 | 86.85 | 81.42 | - |
| YUV | 232.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 221 | 0.21 | 0 | 0.12 | 0.01 | 145.56 | 0.9 | 0.88 |
| Hex | C6 | FC | DD | 15 | 0 | C | 1 | 92 | 5A | 58 |
| Octal | 306 | 374 | 335 | 25 | 0 | 14 | 1 | 222 | 132 | 130 |
| Binary | 11000110 | 11111100 | 11011101 | 10101 | 0 | 1100 | 1 | 10010010 | 1011010 | 1011000 |
Color Harmonies of #C6FCDD
Complementary color
Monochromatic Colors of #C6FCDD
Black with #C6FCDD
Text Example
Text Example
White with #C6FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FCDD; }
p { color: rgb(198,252,221); }
H1.HeaderClassName
{
color: #C6FCDD;
}
.AnyTagClassName
{
color: #C6FCDD;
}
</style>
background-color css
<style>
a { background-color: #C6FCDD; }
a { background-color: rgb(198,252,221); }
div.DivClassName
{
background-color: #C6FCDD;
}
.BgClassName
{
background-color: #C6FCDD;
}
</style>
border-color css
<style>
span { border-color: #C6FCDD; }
span { border-color: rgb(198,252,221); }
td.TdClassName
{
border-color: #C6FCDD;
}
.TagClassName
{
border-color: #C6FCDD;
}
</style>