Shades of Spray #7FC2E0
Tints of Spray #7FC2E0
RGB
CMYK
RGB Variations
Color information
#7FC2E0 (or 0x7FC2E0) is known color: Spray. HEX triplet: 7F, C2 and E0. RGB value is (127,194,224). Sum of RGB (Red+Green+Blue) = 127+194+224=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FC2E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2E0 is #803D1F. Grayscale: #B1B1B1. Windows color (decimal): -8404256 or 14729855. OLE color: 14729855.
HSL color Cylindrical-coordinate representation of color #7FC2E0: hue angle of 198.56º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC2E0 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 194 | 224 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.12 |
| HSL | 198.56º | 0.61% | 0.69% | - |
| HSV(B) | 198.56º | 0.43% | 0.88% | - |
| XYZ | 41.5 | 48.48 | 77.69 | - |
| YUV | 177.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 224 | 0.43 | 0.13 | 0 | 0.12 | 198.56 | 0.61 | 0.69 |
| Hex | 7F | C2 | E0 | 2B | D | 0 | C | C7 | 3D | 45 |
| Octal | 177 | 302 | 340 | 53 | 15 | 0 | 14 | 307 | 75 | 105 |
| Binary | 1111111 | 11000010 | 11100000 | 101011 | 1101 | 0 | 1100 | 11000111 | 111101 | 1000101 |
Color Harmonies of #7FC2E0
Complementary color
Monochromatic Colors of #7FC2E0
Black with #7FC2E0
Text Example
Text Example
White with #7FC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC2E0; }
p { color: rgb(127,194,224); }
H1.HeaderClassName
{
color: #7FC2E0;
}
.AnyTagClassName
{
color: #7FC2E0;
}
</style>
background-color css
<style>
a { background-color: #7FC2E0; }
a { background-color: rgb(127,194,224); }
div.DivClassName
{
background-color: #7FC2E0;
}
.BgClassName
{
background-color: #7FC2E0;
}
</style>
border-color css
<style>
span { border-color: #7FC2E0; }
span { border-color: rgb(127,194,224); }
td.TdClassName
{
border-color: #7FC2E0;
}
.TagClassName
{
border-color: #7FC2E0;
}
</style>