Shades of Aero Blue #C8FADB
Tints of Aero Blue #C8FADB
RGB
CMYK
RGB Variations
Color information
#C8FADB (or 0xC8FADB) is known color: Aero Blue. HEX triplet: C8, FA and DB. RGB value is (200,250,219). Sum of RGB (Red+Green+Blue) = 200+250+219=669 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.90% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADB is #370524. Grayscale: #E7E7E7. Windows color (decimal): -3605797 or 14416584. OLE color: 14416584.
HSL color Cylindrical-coordinate representation of color #C8FADB: hue angle of 142.8º 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 #C8FADB is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 219 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.02 |
| HSL | 142.8º | 0.83% | 0.88% | - |
| HSV(B) | 142.8º | 0.2% | 0.98% | - |
| XYZ | 70.79 | 85.77 | 79.84 | - |
| YUV | 231.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 219 | 0.2 | 0 | 0.12 | 0.02 | 142.8 | 0.83 | 0.88 |
| Hex | C8 | FA | DB | 14 | 0 | C | 2 | 8F | 53 | 58 |
| Octal | 310 | 372 | 333 | 24 | 0 | 14 | 2 | 217 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11011011 | 10100 | 0 | 1100 | 10 | 10001111 | 1010011 | 1011000 |
Color Harmonies of #C8FADB
Complementary color
Monochromatic Colors of #C8FADB
Black with #C8FADB
Text Example
Text Example
White with #C8FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FADB; }
p { color: rgb(200,250,219); }
H1.HeaderClassName
{
color: #C8FADB;
}
.AnyTagClassName
{
color: #C8FADB;
}
</style>
background-color css
<style>
a { background-color: #C8FADB; }
a { background-color: rgb(200,250,219); }
div.DivClassName
{
background-color: #C8FADB;
}
.BgClassName
{
background-color: #C8FADB;
}
</style>
border-color css
<style>
span { border-color: #C8FADB; }
span { border-color: rgb(200,250,219); }
td.TdClassName
{
border-color: #C8FADB;
}
.TagClassName
{
border-color: #C8FADB;
}
</style>