Shades of Aero Blue #C7FDDA
Tints of Aero Blue #C7FDDA
RGB
CMYK
RGB Variations
Color information
#C7FDDA (or 0xC7FDDA) is known color: Aero Blue. HEX triplet: C7, FD and DA. RGB value is (199,253,218). Sum of RGB (Red+Green+Blue) = 199+253+218=670 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.70% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDA is #380225. Grayscale: #E8E8E8. Windows color (decimal): -3670566 or 14351815. OLE color: 14351815.
HSL color Cylindrical-coordinate representation of color #C7FDDA: hue angle of 141.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDDA is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 218 | - |
CMYK | 0.21 | 0 | 0.14 | 0.01 |
HSL | 141.11º | 0.93% | 0.89% | - |
HSV(B) | 141.11º | 0.21% | 0.99% | - |
XYZ | 71.33 | 87.45 | 79.45 | - |
YUV | 232.86 | 119.61 | 103.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 218 | 0.21 | 0 | 0.14 | 0.01 | 141.11 | 0.93 | 0.89 |
Hex | C7 | FD | DA | 15 | 0 | E | 1 | 8D | 5D | 59 |
Octal | 307 | 375 | 332 | 25 | 0 | 16 | 1 | 215 | 135 | 131 |
Binary | 11000111 | 11111101 | 11011010 | 10101 | 0 | 1110 | 1 | 10001101 | 1011101 | 1011001 |
Color Harmonies of #C7FDDA
Complementary color
Monochromatic Colors of #C7FDDA
Black with #C7FDDA
Text Example
Text Example
White with #C7FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDDA; }
p { color: rgb(199,253,218); }
H1.HeaderClassName
{
color: #C7FDDA;
}
.AnyTagClassName
{
color: #C7FDDA;
}
</style>
background-color css
<style>
a { background-color: #C7FDDA; }
a { background-color: rgb(199,253,218); }
div.DivClassName
{
background-color: #C7FDDA;
}
.BgClassName
{
background-color: #C7FDDA;
}
</style>
border-color css
<style>
span { border-color: #C7FDDA; }
span { border-color: rgb(199,253,218); }
td.TdClassName
{
border-color: #C7FDDA;
}
.TagClassName
{
border-color: #C7FDDA;
}
</style>