Shades of Aero Blue #C7FDDC
Tints of Aero Blue #C7FDDC
RGB
CMYK
RGB Variations
Color information
#C7FDDC (or 0xC7FDDC) is known color: Aero Blue. HEX triplet: C7, FD and DC. RGB value is (199,253,220). Sum of RGB (Red+Green+Blue) = 199+253+220=672 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.61% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDC is #380223. Grayscale: #E9E9E9. Windows color (decimal): -3670564 or 14482887. OLE color: 14482887.
HSL color Cylindrical-coordinate representation of color #C7FDDC: hue angle of 143.33º 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 #C7FDDC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 220 | - |
CMYK | 0.21 | 0 | 0.13 | 0.01 |
HSL | 143.33º | 0.93% | 0.89% | - |
HSV(B) | 143.33º | 0.21% | 0.99% | - |
XYZ | 71.6 | 87.56 | 80.84 | - |
YUV | 233.09 | 120.61 | 103.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 220 | 0.21 | 0 | 0.13 | 0.01 | 143.33 | 0.93 | 0.89 |
Hex | C7 | FD | DC | 15 | 0 | D | 1 | 8F | 5D | 59 |
Octal | 307 | 375 | 334 | 25 | 0 | 15 | 1 | 217 | 135 | 131 |
Binary | 11000111 | 11111101 | 11011100 | 10101 | 0 | 1101 | 1 | 10001111 | 1011101 | 1011001 |
Color Harmonies of #C7FDDC
Complementary color
Monochromatic Colors of #C7FDDC
Black with #C7FDDC
Text Example
Text Example
White with #C7FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDDC; }
p { color: rgb(199,253,220); }
H1.HeaderClassName
{
color: #C7FDDC;
}
.AnyTagClassName
{
color: #C7FDDC;
}
</style>
background-color css
<style>
a { background-color: #C7FDDC; }
a { background-color: rgb(199,253,220); }
div.DivClassName
{
background-color: #C7FDDC;
}
.BgClassName
{
background-color: #C7FDDC;
}
</style>
border-color css
<style>
span { border-color: #C7FDDC; }
span { border-color: rgb(199,253,220); }
td.TdClassName
{
border-color: #C7FDDC;
}
.TagClassName
{
border-color: #C7FDDC;
}
</style>