Shades of Aero Blue #C6FCDA
Tints of Aero Blue #C6FCDA
RGB
CMYK
RGB Variations
Color information
#C6FCDA (or 0xC6FCDA) is known color: Aero Blue. HEX triplet: C6, FC and DA. RGB value is (198,252,218). Sum of RGB (Red+Green+Blue) = 198+252+218=668 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.64% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FCDA is #390325. Grayscale: #E8E8E8. Windows color (decimal): -3736358 or 14351558. OLE color: 14351558.
HSL color Cylindrical-coordinate representation of color #C6FCDA: hue angle of 142.22º 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 #C6FCDA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 218 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.01 |
| HSL | 142.22º | 0.9% | 0.88% | - |
| HSV(B) | 142.22º | 0.21% | 0.99% | - |
| XYZ | 70.75 | 86.69 | 79.33 | - |
| YUV | 231.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 218 | 0.21 | 0 | 0.13 | 0.01 | 142.22 | 0.9 | 0.88 |
| Hex | C6 | FC | DA | 15 | 0 | D | 1 | 8E | 5A | 58 |
| Octal | 306 | 374 | 332 | 25 | 0 | 15 | 1 | 216 | 132 | 130 |
| Binary | 11000110 | 11111100 | 11011010 | 10101 | 0 | 1101 | 1 | 10001110 | 1011010 | 1011000 |
Color Harmonies of #C6FCDA
Complementary color
Monochromatic Colors of #C6FCDA
Black with #C6FCDA
Text Example
Text Example
White with #C6FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FCDA; }
p { color: rgb(198,252,218); }
H1.HeaderClassName
{
color: #C6FCDA;
}
.AnyTagClassName
{
color: #C6FCDA;
}
</style>
background-color css
<style>
a { background-color: #C6FCDA; }
a { background-color: rgb(198,252,218); }
div.DivClassName
{
background-color: #C6FCDA;
}
.BgClassName
{
background-color: #C6FCDA;
}
</style>
border-color css
<style>
span { border-color: #C6FCDA; }
span { border-color: rgb(198,252,218); }
td.TdClassName
{
border-color: #C6FCDA;
}
.TagClassName
{
border-color: #C6FCDA;
}
</style>