Shades of Aero Blue #C0FED7
Tints of Aero Blue #C0FED7
RGB
CMYK
RGB Variations
Color information
#C0FED7 (or 0xC0FED7) is known color: Aero Blue. HEX triplet: C0, FE and D7. RGB value is (192,254,215). Sum of RGB (Red+Green+Blue) = 192+254+215=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FED7 is #3F0128. Grayscale: #E7E7E7. Windows color (decimal): -4129065 or 14155456. OLE color: 14155456.
HSL color Cylindrical-coordinate representation of color #C0FED7: hue angle of 142.26º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FED7 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 215 | - |
CMYK | 0.24 | 0 | 0.15 | 0.00 |
HSL | 142.26º | 0.97% | 0.87% | - |
HSV(B) | 142.26º | 0.24% | 1% | - |
XYZ | 69.45 | 87 | 77.42 | - |
YUV | 231.02 | 118.96 | 100.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 215 | 0.24 | 0 | 0.15 | 0.00 | 142.26 | 0.97 | 0.87 |
Hex | C0 | FE | D7 | 18 | 0 | F | 0 | 8E | 61 | 57 |
Octal | 300 | 376 | 327 | 30 | 0 | 17 | 0 | 216 | 141 | 127 |
Binary | 11000000 | 11111110 | 11010111 | 11000 | 0 | 1111 | 0 | 10001110 | 1100001 | 1010111 |
Color Harmonies of #C0FED7
Complementary color
Monochromatic Colors of #C0FED7
Black with #C0FED7
Text Example
Text Example
White with #C0FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FED7; }
p { color: rgb(192,254,215); }
H1.HeaderClassName
{
color: #C0FED7;
}
.AnyTagClassName
{
color: #C0FED7;
}
</style>
background-color css
<style>
a { background-color: #C0FED7; }
a { background-color: rgb(192,254,215); }
div.DivClassName
{
background-color: #C0FED7;
}
.BgClassName
{
background-color: #C0FED7;
}
</style>
border-color css
<style>
span { border-color: #C0FED7; }
span { border-color: rgb(192,254,215); }
td.TdClassName
{
border-color: #C0FED7;
}
.TagClassName
{
border-color: #C0FED7;
}
</style>