Shades of Aero Blue #C4FADC
Tints of Aero Blue #C4FADC
RGB
CMYK
RGB Variations
Color information
#C4FADC (or 0xC4FADC) is known color: Aero Blue. HEX triplet: C4, FA and DC. RGB value is (196,250,220). Sum of RGB (Red+Green+Blue) = 196+250+220=666 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.43% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FADC is #3B0523. Grayscale: #E6E6E6. Windows color (decimal): -3867940 or 14482116. OLE color: 14482116.
HSL color Cylindrical-coordinate representation of color #C4FADC: hue angle of 146.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FADC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 220 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 146.67º | 0.84% | 0.87% | - |
| HSV(B) | 146.67º | 0.22% | 0.98% | - |
| XYZ | 69.87 | 85.27 | 80.49 | - |
| YUV | 230.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 220 | 0.22 | 0 | 0.12 | 0.02 | 146.67 | 0.84 | 0.87 |
| Hex | C4 | FA | DC | 16 | 0 | C | 2 | 93 | 54 | 57 |
| Octal | 304 | 372 | 334 | 26 | 0 | 14 | 2 | 223 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11011100 | 10110 | 0 | 1100 | 10 | 10010011 | 1010100 | 1010111 |
Color Harmonies of #C4FADC
Complementary color
Monochromatic Colors of #C4FADC
Black with #C4FADC
Text Example
Text Example
White with #C4FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FADC; }
p { color: rgb(196,250,220); }
H1.HeaderClassName
{
color: #C4FADC;
}
.AnyTagClassName
{
color: #C4FADC;
}
</style>
background-color css
<style>
a { background-color: #C4FADC; }
a { background-color: rgb(196,250,220); }
div.DivClassName
{
background-color: #C4FADC;
}
.BgClassName
{
background-color: #C4FADC;
}
</style>
border-color css
<style>
span { border-color: #C4FADC; }
span { border-color: rgb(196,250,220); }
td.TdClassName
{
border-color: #C4FADC;
}
.TagClassName
{
border-color: #C4FADC;
}
</style>