Shades of Aero Blue #C6FCDE
Tints of Aero Blue #C6FCDE
RGB
CMYK
RGB Variations
Color information
#C6FCDE (or 0xC6FCDE) is known color: Aero Blue. HEX triplet: C6, FC and DE. RGB value is (198,252,222). Sum of RGB (Red+Green+Blue) = 198+252+222=672 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.46% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FCDE is #390321. Grayscale: #E8E8E8. Windows color (decimal): -3736354 or 14613702. OLE color: 14613702.
HSL color Cylindrical-coordinate representation of color #C6FCDE: hue angle of 146.67º 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 #C6FCDE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 222 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.01 |
| HSL | 146.67º | 0.9% | 0.88% | - |
| HSV(B) | 146.67º | 0.21% | 0.99% | - |
| XYZ | 71.28 | 86.9 | 82.12 | - |
| YUV | 232.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 222 | 0.21 | 0 | 0.12 | 0.01 | 146.67 | 0.9 | 0.88 |
| Hex | C6 | FC | DE | 15 | 0 | C | 1 | 93 | 5A | 58 |
| Octal | 306 | 374 | 336 | 25 | 0 | 14 | 1 | 223 | 132 | 130 |
| Binary | 11000110 | 11111100 | 11011110 | 10101 | 0 | 1100 | 1 | 10010011 | 1011010 | 1011000 |
Color Harmonies of #C6FCDE
Complementary color
Monochromatic Colors of #C6FCDE
Black with #C6FCDE
Text Example
Text Example
White with #C6FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FCDE; }
p { color: rgb(198,252,222); }
H1.HeaderClassName
{
color: #C6FCDE;
}
.AnyTagClassName
{
color: #C6FCDE;
}
</style>
background-color css
<style>
a { background-color: #C6FCDE; }
a { background-color: rgb(198,252,222); }
div.DivClassName
{
background-color: #C6FCDE;
}
.BgClassName
{
background-color: #C6FCDE;
}
</style>
border-color css
<style>
span { border-color: #C6FCDE; }
span { border-color: rgb(198,252,222); }
td.TdClassName
{
border-color: #C6FCDE;
}
.TagClassName
{
border-color: #C6FCDE;
}
</style>