Shades of Aero Blue #C8FADC
Tints of Aero Blue #C8FADC
RGB
CMYK
RGB Variations
Color information
#C8FADC (or 0xC8FADC) is known color: Aero Blue. HEX triplet: C8, FA and DC. RGB value is (200,250,220). Sum of RGB (Red+Green+Blue) = 200+250+220=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADC is #370523. Grayscale: #E7E7E7. Windows color (decimal): -3605796 or 14482120. OLE color: 14482120.
HSL color Cylindrical-coordinate representation of color #C8FADC: hue angle of 144º 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 #C8FADC is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 220 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.02 |
| HSL | 144º | 0.83% | 0.88% | - |
| HSV(B) | 144º | 0.2% | 0.98% | - |
| XYZ | 70.92 | 85.82 | 80.54 | - |
| YUV | 231.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 220 | 0.2 | 0 | 0.12 | 0.02 | 144 | 0.83 | 0.88 |
| Hex | C8 | FA | DC | 14 | 0 | C | 2 | 90 | 53 | 58 |
| Octal | 310 | 372 | 334 | 24 | 0 | 14 | 2 | 220 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11011100 | 10100 | 0 | 1100 | 10 | 10010000 | 1010011 | 1011000 |
Color Harmonies of #C8FADC
Complementary color
Monochromatic Colors of #C8FADC
Black with #C8FADC
Text Example
Text Example
White with #C8FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FADC; }
p { color: rgb(200,250,220); }
H1.HeaderClassName
{
color: #C8FADC;
}
.AnyTagClassName
{
color: #C8FADC;
}
</style>
background-color css
<style>
a { background-color: #C8FADC; }
a { background-color: rgb(200,250,220); }
div.DivClassName
{
background-color: #C8FADC;
}
.BgClassName
{
background-color: #C8FADC;
}
</style>
border-color css
<style>
span { border-color: #C8FADC; }
span { border-color: rgb(200,250,220); }
td.TdClassName
{
border-color: #C8FADC;
}
.TagClassName
{
border-color: #C8FADC;
}
</style>