Shades of Spray #7DC7CE
Tints of Spray #7DC7CE
RGB
CMYK
RGB Variations
Color information
#7DC7CE (or 0x7DC7CE) is known color: Spray. HEX triplet: 7D, C7 and CE. RGB value is (125,199,206). Sum of RGB (Red+Green+Blue) = 125+199+206=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC7CE is #823831. Grayscale: #B1B1B1. Windows color (decimal): -8534066 or 13551485. OLE color: 13551485.
HSL color Cylindrical-coordinate representation of color #7DC7CE: hue angle of 185.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC7CE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 199 | 206 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.19 |
| HSL | 185.19º | 0.45% | 0.65% | - |
| HSV(B) | 185.19º | 0.39% | 0.81% | - |
| XYZ | 40.02 | 49.66 | 65.87 | - |
| YUV | 177.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 206 | 0.39 | 0.03 | 0 | 0.19 | 185.19 | 0.45 | 0.65 |
| Hex | 7D | C7 | CE | 27 | 3 | 0 | 13 | B9 | 2D | 41 |
| Octal | 175 | 307 | 316 | 47 | 3 | 0 | 23 | 271 | 55 | 101 |
| Binary | 1111101 | 11000111 | 11001110 | 100111 | 11 | 0 | 10011 | 10111001 | 101101 | 1000001 |
Color Harmonies of #7DC7CE
Complementary color
Monochromatic Colors of #7DC7CE
Black with #7DC7CE
Text Example
Text Example
White with #7DC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC7CE; }
p { color: rgb(125,199,206); }
H1.HeaderClassName
{
color: #7DC7CE;
}
.AnyTagClassName
{
color: #7DC7CE;
}
</style>
background-color css
<style>
a { background-color: #7DC7CE; }
a { background-color: rgb(125,199,206); }
div.DivClassName
{
background-color: #7DC7CE;
}
.BgClassName
{
background-color: #7DC7CE;
}
</style>
border-color css
<style>
span { border-color: #7DC7CE; }
span { border-color: rgb(125,199,206); }
td.TdClassName
{
border-color: #7DC7CE;
}
.TagClassName
{
border-color: #7DC7CE;
}
</style>