Shades of Aero Blue #C8FFDC
Tints of Aero Blue #C8FFDC
RGB
CMYK
RGB Variations
Color information
#C8FFDC (or 0xC8FFDC) is known color: Aero Blue. HEX triplet: C8, FF and DC. RGB value is (200,255,220). Sum of RGB (Red+Green+Blue) = 200+255+220=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFDC is #370023. Grayscale: #EAEAEA. Windows color (decimal): -3604516 or 14483400. OLE color: 14483400.
HSL color Cylindrical-coordinate representation of color #C8FFDC: hue angle of 141.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFDC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 220 | - |
| CMYK | 0.22 | 0 | 0.14 | 0 |
| HSL | 141.82º | 1% | 0.89% | - |
| HSV(B) | 141.82º | 0.22% | 1% | - |
| XYZ | 72.5 | 88.97 | 81.06 | - |
| YUV | 234.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 220 | 0.22 | 0 | 0.14 | 0 | 141.82 | 1 | 0.89 |
| Hex | C8 | FF | DC | 16 | 0 | E | 0 | 8E | 64 | 59 |
| Octal | 310 | 377 | 334 | 26 | 0 | 16 | 0 | 216 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11011100 | 10110 | 0 | 1110 | 0 | 10001110 | 1100100 | 1011001 |
Color Harmonies of #C8FFDC
Complementary color
Monochromatic Colors of #C8FFDC
Black with #C8FFDC
Text Example
Text Example
White with #C8FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFDC; }
p { color: rgb(200,255,220); }
H1.HeaderClassName
{
color: #C8FFDC;
}
.AnyTagClassName
{
color: #C8FFDC;
}
</style>
background-color css
<style>
a { background-color: #C8FFDC; }
a { background-color: rgb(200,255,220); }
div.DivClassName
{
background-color: #C8FFDC;
}
.BgClassName
{
background-color: #C8FFDC;
}
</style>
border-color css
<style>
span { border-color: #C8FFDC; }
span { border-color: rgb(200,255,220); }
td.TdClassName
{
border-color: #C8FFDC;
}
.TagClassName
{
border-color: #C8FFDC;
}
</style>