Shades of Aero Blue #C5FFDA
Tints of Aero Blue #C5FFDA
RGB
CMYK
RGB Variations
Color information
#C5FFDA (or 0xC5FFDA) is known color: Aero Blue. HEX triplet: C5, FF and DA. RGB value is (197,255,218). Sum of RGB (Red+Green+Blue) = 197+255+218=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFDA is #3A0025. Grayscale: #E9E9E9. Windows color (decimal): -3801126 or 14352325. OLE color: 14352325.
HSL color Cylindrical-coordinate representation of color #C5FFDA: hue angle of 141.72º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFDA is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 255 | 218 | - |
CMYK | 0.23 | 0 | 0.15 | 0 |
HSL | 141.72º | 1% | 0.89% | - |
HSV(B) | 141.72º | 0.23% | 1% | - |
XYZ | 71.44 | 88.45 | 79.64 | - |
YUV | 233.44 | 119.28 | 102.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 255 | 218 | 0.23 | 0 | 0.15 | 0 | 141.72 | 1 | 0.89 |
Hex | C5 | FF | DA | 17 | 0 | F | 0 | 8E | 64 | 59 |
Octal | 305 | 377 | 332 | 27 | 0 | 17 | 0 | 216 | 144 | 131 |
Binary | 11000101 | 11111111 | 11011010 | 10111 | 0 | 1111 | 0 | 10001110 | 1100100 | 1011001 |
Color Harmonies of #C5FFDA
Complementary color
Monochromatic Colors of #C5FFDA
Black with #C5FFDA
Text Example
Text Example
White with #C5FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFDA; }
p { color: rgb(197,255,218); }
H1.HeaderClassName
{
color: #C5FFDA;
}
.AnyTagClassName
{
color: #C5FFDA;
}
</style>
background-color css
<style>
a { background-color: #C5FFDA; }
a { background-color: rgb(197,255,218); }
div.DivClassName
{
background-color: #C5FFDA;
}
.BgClassName
{
background-color: #C5FFDA;
}
</style>
border-color css
<style>
span { border-color: #C5FFDA; }
span { border-color: rgb(197,255,218); }
td.TdClassName
{
border-color: #C5FFDA;
}
.TagClassName
{
border-color: #C5FFDA;
}
</style>