Shades of Aero Blue #C6F7DD
Tints of Aero Blue #C6F7DD
RGB
CMYK
RGB Variations
Color information
#C6F7DD (or 0xC6F7DD) is known color: Aero Blue. HEX triplet: C6, F7 and DD. RGB value is (198,247,221). Sum of RGB (Red+Green+Blue) = 198+247+221=666 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.73% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F7DD is #390822. Grayscale: #E5E5E5. Windows color (decimal): -3737635 or 14546886. OLE color: 14546886.
HSL color Cylindrical-coordinate representation of color #C6F7DD: hue angle of 148.16º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6F7DD is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 221 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.03 |
| HSL | 148.16º | 0.75% | 0.87% | - |
| HSV(B) | 148.16º | 0.2% | 0.97% | - |
| XYZ | 69.6 | 83.75 | 80.9 | - |
| YUV | 229.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 221 | 0.20 | 0 | 0.11 | 0.03 | 148.16 | 0.75 | 0.87 |
| Hex | C6 | F7 | DD | 14 | 0 | B | 3 | 94 | 4B | 57 |
| Octal | 306 | 367 | 335 | 24 | 0 | 13 | 3 | 224 | 113 | 127 |
| Binary | 11000110 | 11110111 | 11011101 | 10100 | 0 | 1011 | 11 | 10010100 | 1001011 | 1010111 |
Color Harmonies of #C6F7DD
Complementary color
Monochromatic Colors of #C6F7DD
Black with #C6F7DD
Text Example
Text Example
White with #C6F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F7DD; }
p { color: rgb(198,247,221); }
H1.HeaderClassName
{
color: #C6F7DD;
}
.AnyTagClassName
{
color: #C6F7DD;
}
</style>
background-color css
<style>
a { background-color: #C6F7DD; }
a { background-color: rgb(198,247,221); }
div.DivClassName
{
background-color: #C6F7DD;
}
.BgClassName
{
background-color: #C6F7DD;
}
</style>
border-color css
<style>
span { border-color: #C6F7DD; }
span { border-color: rgb(198,247,221); }
td.TdClassName
{
border-color: #C6F7DD;
}
.TagClassName
{
border-color: #C6F7DD;
}
</style>