Shades of Aero Blue #C5F4DA
Tints of Aero Blue #C5F4DA
RGB
CMYK
RGB Variations
Color information
#C5F4DA (or 0xC5F4DA) is known color: Aero Blue. HEX triplet: C5, F4 and DA. RGB value is (197,244,218). Sum of RGB (Red+Green+Blue) = 197+244+218=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F4DA is #3A0B25. Grayscale: #E3E3E3. Windows color (decimal): -3803942 or 14349509. OLE color: 14349509.
HSL color Cylindrical-coordinate representation of color #C5F4DA: hue angle of 146.81º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F4DA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 218 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.04 |
| HSL | 146.81º | 0.68% | 0.86% | - |
| HSV(B) | 146.81º | 0.19% | 0.96% | - |
| XYZ | 68.03 | 81.63 | 78.5 | - |
| YUV | 226.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 218 | 0.19 | 0 | 0.11 | 0.04 | 146.81 | 0.68 | 0.86 |
| Hex | C5 | F4 | DA | 13 | 0 | B | 4 | 93 | 44 | 56 |
| Octal | 305 | 364 | 332 | 23 | 0 | 13 | 4 | 223 | 104 | 126 |
| Binary | 11000101 | 11110100 | 11011010 | 10011 | 0 | 1011 | 100 | 10010011 | 1000100 | 1010110 |
Color Harmonies of #C5F4DA
Complementary color
Monochromatic Colors of #C5F4DA
Black with #C5F4DA
Text Example
Text Example
White with #C5F4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F4DA; }
p { color: rgb(197,244,218); }
H1.HeaderClassName
{
color: #C5F4DA;
}
.AnyTagClassName
{
color: #C5F4DA;
}
</style>
background-color css
<style>
a { background-color: #C5F4DA; }
a { background-color: rgb(197,244,218); }
div.DivClassName
{
background-color: #C5F4DA;
}
.BgClassName
{
background-color: #C5F4DA;
}
</style>
border-color css
<style>
span { border-color: #C5F4DA; }
span { border-color: rgb(197,244,218); }
td.TdClassName
{
border-color: #C5F4DA;
}
.TagClassName
{
border-color: #C5F4DA;
}
</style>