Shades of Aero Blue #C6F5DC
Tints of Aero Blue #C6F5DC
RGB
CMYK
RGB Variations
Color information
#C6F5DC (or 0xC6F5DC) is known color: Aero Blue. HEX triplet: C6, F5 and DC. RGB value is (198,245,220). Sum of RGB (Red+Green+Blue) = 198+245+220=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F5DC is #390A23. Grayscale: #E4E4E4. Windows color (decimal): -3738148 or 14480838. OLE color: 14480838.
HSL color Cylindrical-coordinate representation of color #C6F5DC: hue angle of 148.09º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6F5DC is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 220 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.04 |
| HSL | 148.09º | 0.7% | 0.87% | - |
| HSV(B) | 148.09º | 0.19% | 0.96% | - |
| XYZ | 68.86 | 82.48 | 80 | - |
| YUV | 228.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 220 | 0.19 | 0 | 0.10 | 0.04 | 148.09 | 0.7 | 0.87 |
| Hex | C6 | F5 | DC | 13 | 0 | A | 4 | 94 | 46 | 57 |
| Octal | 306 | 365 | 334 | 23 | 0 | 12 | 4 | 224 | 106 | 127 |
| Binary | 11000110 | 11110101 | 11011100 | 10011 | 0 | 1010 | 100 | 10010100 | 1000110 | 1010111 |
Color Harmonies of #C6F5DC
Complementary color
Monochromatic Colors of #C6F5DC
Black with #C6F5DC
Text Example
Text Example
White with #C6F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F5DC; }
p { color: rgb(198,245,220); }
H1.HeaderClassName
{
color: #C6F5DC;
}
.AnyTagClassName
{
color: #C6F5DC;
}
</style>
background-color css
<style>
a { background-color: #C6F5DC; }
a { background-color: rgb(198,245,220); }
div.DivClassName
{
background-color: #C6F5DC;
}
.BgClassName
{
background-color: #C6F5DC;
}
</style>
border-color css
<style>
span { border-color: #C6F5DC; }
span { border-color: rgb(198,245,220); }
td.TdClassName
{
border-color: #C6F5DC;
}
.TagClassName
{
border-color: #C6F5DC;
}
</style>