Shades of Aero Blue #C5FADC
Tints of Aero Blue #C5FADC
RGB
CMYK
RGB Variations
Color information
#C5FADC (or 0xC5FADC) is known color: Aero Blue. HEX triplet: C5, FA and DC. RGB value is (197,250,220). Sum of RGB (Red+Green+Blue) = 197+250+220=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADC is #3A0523. Grayscale: #E6E6E6. Windows color (decimal): -3802404 or 14482117. OLE color: 14482117.
HSL color Cylindrical-coordinate representation of color #C5FADC: hue angle of 146.04º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FADC is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 220 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.02 |
| HSL | 146.04º | 0.84% | 0.88% | - |
| HSV(B) | 146.04º | 0.21% | 0.98% | - |
| XYZ | 70.13 | 85.41 | 80.5 | - |
| YUV | 230.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 220 | 0.21 | 0 | 0.12 | 0.02 | 146.04 | 0.84 | 0.88 |
| Hex | C5 | FA | DC | 15 | 0 | C | 2 | 92 | 54 | 58 |
| Octal | 305 | 372 | 334 | 25 | 0 | 14 | 2 | 222 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11011100 | 10101 | 0 | 1100 | 10 | 10010010 | 1010100 | 1011000 |
Color Harmonies of #C5FADC
Complementary color
Monochromatic Colors of #C5FADC
Black with #C5FADC
Text Example
Text Example
White with #C5FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FADC; }
p { color: rgb(197,250,220); }
H1.HeaderClassName
{
color: #C5FADC;
}
.AnyTagClassName
{
color: #C5FADC;
}
</style>
background-color css
<style>
a { background-color: #C5FADC; }
a { background-color: rgb(197,250,220); }
div.DivClassName
{
background-color: #C5FADC;
}
.BgClassName
{
background-color: #C5FADC;
}
</style>
border-color css
<style>
span { border-color: #C5FADC; }
span { border-color: rgb(197,250,220); }
td.TdClassName
{
border-color: #C5FADC;
}
.TagClassName
{
border-color: #C5FADC;
}
</style>