Shades of Aero Blue #C6F5DB
Tints of Aero Blue #C6F5DB
RGB
CMYK
RGB Variations
Color information
#C6F5DB (or 0xC6F5DB) is known color: Aero Blue. HEX triplet: C6, F5 and DB. RGB value is (198,245,219). Sum of RGB (Red+Green+Blue) = 198+245+219=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F5DB is #390A24. Grayscale: #E4E4E4. Windows color (decimal): -3738149 or 14415302. OLE color: 14415302.
HSL color Cylindrical-coordinate representation of color #C6F5DB: hue angle of 146.81º 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 #C6F5DB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 219 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.04 |
| HSL | 146.81º | 0.7% | 0.87% | - |
| HSV(B) | 146.81º | 0.19% | 0.96% | - |
| XYZ | 68.73 | 82.43 | 79.31 | - |
| YUV | 227.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 219 | 0.19 | 0 | 0.11 | 0.04 | 146.81 | 0.7 | 0.87 |
| Hex | C6 | F5 | DB | 13 | 0 | B | 4 | 93 | 46 | 57 |
| Octal | 306 | 365 | 333 | 23 | 0 | 13 | 4 | 223 | 106 | 127 |
| Binary | 11000110 | 11110101 | 11011011 | 10011 | 0 | 1011 | 100 | 10010011 | 1000110 | 1010111 |
Color Harmonies of #C6F5DB
Complementary color
Monochromatic Colors of #C6F5DB
Black with #C6F5DB
Text Example
Text Example
White with #C6F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F5DB; }
p { color: rgb(198,245,219); }
H1.HeaderClassName
{
color: #C6F5DB;
}
.AnyTagClassName
{
color: #C6F5DB;
}
</style>
background-color css
<style>
a { background-color: #C6F5DB; }
a { background-color: rgb(198,245,219); }
div.DivClassName
{
background-color: #C6F5DB;
}
.BgClassName
{
background-color: #C6F5DB;
}
</style>
border-color css
<style>
span { border-color: #C6F5DB; }
span { border-color: rgb(198,245,219); }
td.TdClassName
{
border-color: #C6F5DB;
}
.TagClassName
{
border-color: #C6F5DB;
}
</style>