Shades of Aero Blue #C8F6DD
Tints of Aero Blue #C8F6DD
RGB
CMYK
RGB Variations
Color information
#C8F6DD (or 0xC8F6DD) is known color: Aero Blue. HEX triplet: C8, F6 and DD. RGB value is (200,246,221). Sum of RGB (Red+Green+Blue) = 200+246+221=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F6DD is #370922. Grayscale: #E5E5E5. Windows color (decimal): -3606819 or 14546632. OLE color: 14546632.
HSL color Cylindrical-coordinate representation of color #C8F6DD: hue angle of 147.39º 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 #C8F6DD is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 246 | 221 | - |
CMYK | 0.19 | 0 | 0.10 | 0.04 |
HSL | 147.39º | 0.72% | 0.87% | - |
HSV(B) | 147.39º | 0.19% | 0.96% | - |
XYZ | 69.83 | 83.41 | 80.83 | - |
YUV | 229.4 | 123.26 | 107.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 246 | 221 | 0.19 | 0 | 0.10 | 0.04 | 147.39 | 0.72 | 0.87 |
Hex | C8 | F6 | DD | 13 | 0 | A | 4 | 93 | 48 | 57 |
Octal | 310 | 366 | 335 | 23 | 0 | 12 | 4 | 223 | 110 | 127 |
Binary | 11001000 | 11110110 | 11011101 | 10011 | 0 | 1010 | 100 | 10010011 | 1001000 | 1010111 |
Color Harmonies of #C8F6DD
Complementary color
Monochromatic Colors of #C8F6DD
Black with #C8F6DD
Text Example
Text Example
White with #C8F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6DD; }
p { color: rgb(200,246,221); }
H1.HeaderClassName
{
color: #C8F6DD;
}
.AnyTagClassName
{
color: #C8F6DD;
}
</style>
background-color css
<style>
a { background-color: #C8F6DD; }
a { background-color: rgb(200,246,221); }
div.DivClassName
{
background-color: #C8F6DD;
}
.BgClassName
{
background-color: #C8F6DD;
}
</style>
border-color css
<style>
span { border-color: #C8F6DD; }
span { border-color: rgb(200,246,221); }
td.TdClassName
{
border-color: #C8F6DD;
}
.TagClassName
{
border-color: #C8F6DD;
}
</style>