Shades of Aero Blue #C6FCDC
Tints of Aero Blue #C6FCDC
RGB
CMYK
RGB Variations
Color information
#C6FCDC (or 0xC6FCDC) is known color: Aero Blue. HEX triplet: C6, FC and DC. RGB value is (198,252,220). Sum of RGB (Red+Green+Blue) = 198+252+220=670 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.55% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FCDC is #390323. Grayscale: #E8E8E8. Windows color (decimal): -3736356 or 14482630. OLE color: 14482630.
HSL color Cylindrical-coordinate representation of color #C6FCDC: hue angle of 144.44º 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 #C6FCDC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 220 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.01 |
| HSL | 144.44º | 0.9% | 0.88% | - |
| HSV(B) | 144.44º | 0.21% | 0.99% | - |
| XYZ | 71.02 | 86.79 | 80.72 | - |
| YUV | 232.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 220 | 0.21 | 0 | 0.13 | 0.01 | 144.44 | 0.9 | 0.88 |
| Hex | C6 | FC | DC | 15 | 0 | D | 1 | 90 | 5A | 58 |
| Octal | 306 | 374 | 334 | 25 | 0 | 15 | 1 | 220 | 132 | 130 |
| Binary | 11000110 | 11111100 | 11011100 | 10101 | 0 | 1101 | 1 | 10010000 | 1011010 | 1011000 |
Color Harmonies of #C6FCDC
Complementary color
Monochromatic Colors of #C6FCDC
Black with #C6FCDC
Text Example
Text Example
White with #C6FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FCDC; }
p { color: rgb(198,252,220); }
H1.HeaderClassName
{
color: #C6FCDC;
}
.AnyTagClassName
{
color: #C6FCDC;
}
</style>
background-color css
<style>
a { background-color: #C6FCDC; }
a { background-color: rgb(198,252,220); }
div.DivClassName
{
background-color: #C6FCDC;
}
.BgClassName
{
background-color: #C6FCDC;
}
</style>
border-color css
<style>
span { border-color: #C6FCDC; }
span { border-color: rgb(198,252,220); }
td.TdClassName
{
border-color: #C6FCDC;
}
.TagClassName
{
border-color: #C6FCDC;
}
</style>