Shades of Aero Blue #C8FADD
Tints of Aero Blue #C8FADD
RGB
CMYK
RGB Variations
Color information
#C8FADD (or 0xC8FADD) is known color: Aero Blue. HEX triplet: C8, FA and DD. RGB value is (200,250,221). Sum of RGB (Red+Green+Blue) = 200+250+221=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADD is #370522. Grayscale: #E7E7E7. Windows color (decimal): -3605795 or 14547656. OLE color: 14547656.
HSL color Cylindrical-coordinate representation of color #C8FADD: hue angle of 145.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FADD is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 221 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.02 |
| HSL | 145.2º | 0.83% | 0.88% | - |
| HSV(B) | 145.2º | 0.2% | 0.98% | - |
| XYZ | 71.06 | 85.87 | 81.24 | - |
| YUV | 231.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 221 | 0.2 | 0 | 0.12 | 0.02 | 145.2 | 0.83 | 0.88 |
| Hex | C8 | FA | DD | 14 | 0 | C | 2 | 91 | 53 | 58 |
| Octal | 310 | 372 | 335 | 24 | 0 | 14 | 2 | 221 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11011101 | 10100 | 0 | 1100 | 10 | 10010001 | 1010011 | 1011000 |
Color Harmonies of #C8FADD
Complementary color
Monochromatic Colors of #C8FADD
Black with #C8FADD
Text Example
Text Example
White with #C8FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FADD; }
p { color: rgb(200,250,221); }
H1.HeaderClassName
{
color: #C8FADD;
}
.AnyTagClassName
{
color: #C8FADD;
}
</style>
background-color css
<style>
a { background-color: #C8FADD; }
a { background-color: rgb(200,250,221); }
div.DivClassName
{
background-color: #C8FADD;
}
.BgClassName
{
background-color: #C8FADD;
}
</style>
border-color css
<style>
span { border-color: #C8FADD; }
span { border-color: rgb(200,250,221); }
td.TdClassName
{
border-color: #C8FADD;
}
.TagClassName
{
border-color: #C8FADD;
}
</style>