Shades of Spray #7DC6CF
Tints of Spray #7DC6CF
RGB
CMYK
RGB Variations
Color information
#7DC6CF (or 0x7DC6CF) is known color: Spray. HEX triplet: 7D, C6 and CF. RGB value is (125,198,207). Sum of RGB (Red+Green+Blue) = 125+198+207=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DC6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC6CF is #823930. Grayscale: #B1B1B1. Windows color (decimal): -8534321 or 13616765. OLE color: 13616765.
HSL color Cylindrical-coordinate representation of color #7DC6CF: hue angle of 186.59º 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 #7DC6CF is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 198 | 207 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.19 |
| HSL | 186.59º | 0.46% | 0.65% | - |
| HSV(B) | 186.59º | 0.4% | 0.81% | - |
| XYZ | 39.91 | 49.25 | 66.43 | - |
| YUV | 177.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 207 | 0.40 | 0.04 | 0 | 0.19 | 186.59 | 0.46 | 0.65 |
| Hex | 7D | C6 | CF | 28 | 4 | 0 | 13 | BB | 2E | 41 |
| Octal | 175 | 306 | 317 | 50 | 4 | 0 | 23 | 273 | 56 | 101 |
| Binary | 1111101 | 11000110 | 11001111 | 101000 | 100 | 0 | 10011 | 10111011 | 101110 | 1000001 |
Color Harmonies of #7DC6CF
Complementary color
Monochromatic Colors of #7DC6CF
Black with #7DC6CF
Text Example
Text Example
White with #7DC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC6CF; }
p { color: rgb(125,198,207); }
H1.HeaderClassName
{
color: #7DC6CF;
}
.AnyTagClassName
{
color: #7DC6CF;
}
</style>
background-color css
<style>
a { background-color: #7DC6CF; }
a { background-color: rgb(125,198,207); }
div.DivClassName
{
background-color: #7DC6CF;
}
.BgClassName
{
background-color: #7DC6CF;
}
</style>
border-color css
<style>
span { border-color: #7DC6CF; }
span { border-color: rgb(125,198,207); }
td.TdClassName
{
border-color: #7DC6CF;
}
.TagClassName
{
border-color: #7DC6CF;
}
</style>