Shades of Aero Blue #C5FCDA
Tints of Aero Blue #C5FCDA
RGB
CMYK
RGB Variations
Color information
#C5FCDA (or 0xC5FCDA) is known color: Aero Blue. HEX triplet: C5, FC and DA. RGB value is (197,252,218). Sum of RGB (Red+Green+Blue) = 197+252+218=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCDA is #3A0325. Grayscale: #E7E7E7. Windows color (decimal): -3801894 or 14351557. OLE color: 14351557.
HSL color Cylindrical-coordinate representation of color #C5FCDA: hue angle of 142.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCDA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 252 | 218 | - |
CMYK | 0.22 | 0 | 0.13 | 0.01 |
HSL | 142.91º | 0.9% | 0.88% | - |
HSV(B) | 142.91º | 0.22% | 0.99% | - |
XYZ | 70.49 | 86.55 | 79.32 | - |
YUV | 231.68 | 120.28 | 103.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 252 | 218 | 0.22 | 0 | 0.13 | 0.01 | 142.91 | 0.9 | 0.88 |
Hex | C5 | FC | DA | 16 | 0 | D | 1 | 8F | 5A | 58 |
Octal | 305 | 374 | 332 | 26 | 0 | 15 | 1 | 217 | 132 | 130 |
Binary | 11000101 | 11111100 | 11011010 | 10110 | 0 | 1101 | 1 | 10001111 | 1011010 | 1011000 |
Color Harmonies of #C5FCDA
Complementary color
Monochromatic Colors of #C5FCDA
Black with #C5FCDA
Text Example
Text Example
White with #C5FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCDA; }
p { color: rgb(197,252,218); }
H1.HeaderClassName
{
color: #C5FCDA;
}
.AnyTagClassName
{
color: #C5FCDA;
}
</style>
background-color css
<style>
a { background-color: #C5FCDA; }
a { background-color: rgb(197,252,218); }
div.DivClassName
{
background-color: #C5FCDA;
}
.BgClassName
{
background-color: #C5FCDA;
}
</style>
border-color css
<style>
span { border-color: #C5FCDA; }
span { border-color: rgb(197,252,218); }
td.TdClassName
{
border-color: #C5FCDA;
}
.TagClassName
{
border-color: #C5FCDA;
}
</style>