Shades of Aero Blue #C5FADA
Tints of Aero Blue #C5FADA
RGB
CMYK
RGB Variations
Color information
#C5FADA (or 0xC5FADA) is known color: Aero Blue. HEX triplet: C5, FA and DA. RGB value is (197,250,218). Sum of RGB (Red+Green+Blue) = 197+250+218=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADA is #3A0525. Grayscale: #E6E6E6. Windows color (decimal): -3802406 or 14351045. OLE color: 14351045.
HSL color Cylindrical-coordinate representation of color #C5FADA: hue angle of 143.77º 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 #C5FADA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 218 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.02 |
| HSL | 143.77º | 0.84% | 0.88% | - |
| HSV(B) | 143.77º | 0.21% | 0.98% | - |
| XYZ | 69.87 | 85.3 | 79.11 | - |
| YUV | 230.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 218 | 0.21 | 0 | 0.13 | 0.02 | 143.77 | 0.84 | 0.88 |
| Hex | C5 | FA | DA | 15 | 0 | D | 2 | 90 | 54 | 58 |
| Octal | 305 | 372 | 332 | 25 | 0 | 15 | 2 | 220 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11011010 | 10101 | 0 | 1101 | 10 | 10010000 | 1010100 | 1011000 |
Color Harmonies of #C5FADA
Complementary color
Monochromatic Colors of #C5FADA
Black with #C5FADA
Text Example
Text Example
White with #C5FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FADA; }
p { color: rgb(197,250,218); }
H1.HeaderClassName
{
color: #C5FADA;
}
.AnyTagClassName
{
color: #C5FADA;
}
</style>
background-color css
<style>
a { background-color: #C5FADA; }
a { background-color: rgb(197,250,218); }
div.DivClassName
{
background-color: #C5FADA;
}
.BgClassName
{
background-color: #C5FADA;
}
</style>
border-color css
<style>
span { border-color: #C5FADA; }
span { border-color: rgb(197,250,218); }
td.TdClassName
{
border-color: #C5FADA;
}
.TagClassName
{
border-color: #C5FADA;
}
</style>