Shades of Aero Blue #C8F6DA
Tints of Aero Blue #C8F6DA
RGB
CMYK
RGB Variations
Color information
#C8F6DA (or 0xC8F6DA) is known color: Aero Blue. HEX triplet: C8, F6 and DA. RGB value is (200,246,218). Sum of RGB (Red+Green+Blue) = 200+246+218=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F6DA is #370925. Grayscale: #E5E5E5. Windows color (decimal): -3606822 or 14350024. OLE color: 14350024.
HSL color Cylindrical-coordinate representation of color #C8F6DA: hue angle of 143.48º degrees, saturation: 0.72, 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 #C8F6DA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 218 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.04 |
| HSL | 143.48º | 0.72% | 0.87% | - |
| HSV(B) | 143.48º | 0.19% | 0.96% | - |
| XYZ | 69.43 | 83.25 | 78.74 | - |
| YUV | 229.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 218 | 0.19 | 0 | 0.11 | 0.04 | 143.48 | 0.72 | 0.87 |
| Hex | C8 | F6 | DA | 13 | 0 | B | 4 | 8F | 48 | 57 |
| Octal | 310 | 366 | 332 | 23 | 0 | 13 | 4 | 217 | 110 | 127 |
| Binary | 11001000 | 11110110 | 11011010 | 10011 | 0 | 1011 | 100 | 10001111 | 1001000 | 1010111 |
Color Harmonies of #C8F6DA
Complementary color
Monochromatic Colors of #C8F6DA
Black with #C8F6DA
Text Example
Text Example
White with #C8F6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6DA; }
p { color: rgb(200,246,218); }
H1.HeaderClassName
{
color: #C8F6DA;
}
.AnyTagClassName
{
color: #C8F6DA;
}
</style>
background-color css
<style>
a { background-color: #C8F6DA; }
a { background-color: rgb(200,246,218); }
div.DivClassName
{
background-color: #C8F6DA;
}
.BgClassName
{
background-color: #C8F6DA;
}
</style>
border-color css
<style>
span { border-color: #C8F6DA; }
span { border-color: rgb(200,246,218); }
td.TdClassName
{
border-color: #C8F6DA;
}
.TagClassName
{
border-color: #C8F6DA;
}
</style>