Shades of Aero Blue #C8EFD9
Tints of Aero Blue #C8EFD9
RGB
CMYK
RGB Variations
Color information
#C8EFD9 (or 0xC8EFD9) is known color: Aero Blue. HEX triplet: C8, EF and D9. RGB value is (200,239,217). Sum of RGB (Red+Green+Blue) = 200+239+217=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFD9 is #371026. Grayscale: #E0E0E0. Windows color (decimal): -3608615 or 14282696. OLE color: 14282696.
HSL color Cylindrical-coordinate representation of color #C8EFD9: hue angle of 146.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFD9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 217 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.06 |
| HSL | 146.15º | 0.55% | 0.86% | - |
| HSV(B) | 146.15º | 0.16% | 0.94% | - |
| XYZ | 67.21 | 79.02 | 77.36 | - |
| YUV | 224.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 217 | 0.16 | 0 | 0.09 | 0.06 | 146.15 | 0.55 | 0.86 |
| Hex | C8 | EF | D9 | 10 | 0 | 9 | 6 | 92 | 37 | 56 |
| Octal | 310 | 357 | 331 | 20 | 0 | 11 | 6 | 222 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11011001 | 10000 | 0 | 1001 | 110 | 10010010 | 110111 | 1010110 |
Color Harmonies of #C8EFD9
Complementary color
Monochromatic Colors of #C8EFD9
Black with #C8EFD9
Text Example
Text Example
White with #C8EFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFD9; }
p { color: rgb(200,239,217); }
H1.HeaderClassName
{
color: #C8EFD9;
}
.AnyTagClassName
{
color: #C8EFD9;
}
</style>
background-color css
<style>
a { background-color: #C8EFD9; }
a { background-color: rgb(200,239,217); }
div.DivClassName
{
background-color: #C8EFD9;
}
.BgClassName
{
background-color: #C8EFD9;
}
</style>
border-color css
<style>
span { border-color: #C8EFD9; }
span { border-color: rgb(200,239,217); }
td.TdClassName
{
border-color: #C8EFD9;
}
.TagClassName
{
border-color: #C8EFD9;
}
</style>