Shades of Aero Blue #C5FDDA
Tints of Aero Blue #C5FDDA
RGB
CMYK
RGB Variations
Color information
#C5FDDA (or 0xC5FDDA) is known color: Aero Blue. HEX triplet: C5, FD and DA. RGB value is (197,253,218). Sum of RGB (Red+Green+Blue) = 197+253+218=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDDA is #3A0225. Grayscale: #E8E8E8. Windows color (decimal): -3801638 or 14351813. OLE color: 14351813.
HSL color Cylindrical-coordinate representation of color #C5FDDA: hue angle of 142.5º degrees, saturation: 0.93, 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 #C5FDDA is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 218 | - |
CMYK | 0.22 | 0 | 0.14 | 0.01 |
HSL | 142.5º | 0.93% | 0.88% | - |
HSV(B) | 142.5º | 0.22% | 0.99% | - |
XYZ | 70.81 | 87.18 | 79.43 | - |
YUV | 232.27 | 119.95 | 102.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 218 | 0.22 | 0 | 0.14 | 0.01 | 142.5 | 0.93 | 0.88 |
Hex | C5 | FD | DA | 16 | 0 | E | 1 | 8E | 5D | 58 |
Octal | 305 | 375 | 332 | 26 | 0 | 16 | 1 | 216 | 135 | 130 |
Binary | 11000101 | 11111101 | 11011010 | 10110 | 0 | 1110 | 1 | 10001110 | 1011101 | 1011000 |
Color Harmonies of #C5FDDA
Complementary color
Monochromatic Colors of #C5FDDA
Black with #C5FDDA
Text Example
Text Example
White with #C5FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDDA; }
p { color: rgb(197,253,218); }
H1.HeaderClassName
{
color: #C5FDDA;
}
.AnyTagClassName
{
color: #C5FDDA;
}
</style>
background-color css
<style>
a { background-color: #C5FDDA; }
a { background-color: rgb(197,253,218); }
div.DivClassName
{
background-color: #C5FDDA;
}
.BgClassName
{
background-color: #C5FDDA;
}
</style>
border-color css
<style>
span { border-color: #C5FDDA; }
span { border-color: rgb(197,253,218); }
td.TdClassName
{
border-color: #C5FDDA;
}
.TagClassName
{
border-color: #C5FDDA;
}
</style>