Shades of Spray #7CC6CF
Tints of Spray #7CC6CF
RGB
CMYK
RGB Variations
Color information
#7CC6CF (or 0x7CC6CF) is known color: Spray. HEX triplet: 7C, C6 and CF. RGB value is (124,198,207). Sum of RGB (Red+Green+Blue) = 124+198+207=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CC6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC6CF is #833930. Grayscale: #B0B0B0. Windows color (decimal): -8599857 or 13616764. OLE color: 13616764.
HSL color Cylindrical-coordinate representation of color #7CC6CF: hue angle of 186.51º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC6CF is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 198 | 207 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.19 |
| HSL | 186.51º | 0.46% | 0.65% | - |
| HSV(B) | 186.51º | 0.4% | 0.81% | - |
| XYZ | 39.77 | 49.18 | 66.43 | - |
| YUV | 176.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 207 | 0.40 | 0.04 | 0 | 0.19 | 186.51 | 0.46 | 0.65 |
| Hex | 7C | C6 | CF | 28 | 4 | 0 | 13 | BB | 2E | 41 |
| Octal | 174 | 306 | 317 | 50 | 4 | 0 | 23 | 273 | 56 | 101 |
| Binary | 1111100 | 11000110 | 11001111 | 101000 | 100 | 0 | 10011 | 10111011 | 101110 | 1000001 |
Color Harmonies of #7CC6CF
Complementary color
Monochromatic Colors of #7CC6CF
Black with #7CC6CF
Text Example
Text Example
White with #7CC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC6CF; }
p { color: rgb(124,198,207); }
H1.HeaderClassName
{
color: #7CC6CF;
}
.AnyTagClassName
{
color: #7CC6CF;
}
</style>
background-color css
<style>
a { background-color: #7CC6CF; }
a { background-color: rgb(124,198,207); }
div.DivClassName
{
background-color: #7CC6CF;
}
.BgClassName
{
background-color: #7CC6CF;
}
</style>
border-color css
<style>
span { border-color: #7CC6CF; }
span { border-color: rgb(124,198,207); }
td.TdClassName
{
border-color: #7CC6CF;
}
.TagClassName
{
border-color: #7CC6CF;
}
</style>