Shades of Spray #7DC8D2
Tints of Spray #7DC8D2
RGB
CMYK
RGB Variations
Color information
#7DC8D2 (or 0x7DC8D2) is known color: Spray. HEX triplet: 7D, C8 and D2. RGB value is (125,200,210). Sum of RGB (Red+Green+Blue) = 125+200+210=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #7DC8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8D2 is #82372D. Grayscale: #B2B2B2. Windows color (decimal): -8533806 or 13813885. OLE color: 13813885.
HSL color Cylindrical-coordinate representation of color #7DC8D2: hue angle of 187.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC8D2 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 200 | 210 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.18 |
| HSL | 187.06º | 0.49% | 0.66% | - |
| HSV(B) | 187.06º | 0.4% | 0.82% | - |
| XYZ | 40.74 | 50.32 | 68.54 | - |
| YUV | 178.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 210 | 0.40 | 0.05 | 0 | 0.18 | 187.06 | 0.49 | 0.66 |
| Hex | 7D | C8 | D2 | 28 | 5 | 0 | 12 | BB | 31 | 42 |
| Octal | 175 | 310 | 322 | 50 | 5 | 0 | 22 | 273 | 61 | 102 |
| Binary | 1111101 | 11001000 | 11010010 | 101000 | 101 | 0 | 10010 | 10111011 | 110001 | 1000010 |
Color Harmonies of #7DC8D2
Complementary color
Monochromatic Colors of #7DC8D2
Black with #7DC8D2
Text Example
Text Example
White with #7DC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8D2; }
p { color: rgb(125,200,210); }
H1.HeaderClassName
{
color: #7DC8D2;
}
.AnyTagClassName
{
color: #7DC8D2;
}
</style>
background-color css
<style>
a { background-color: #7DC8D2; }
a { background-color: rgb(125,200,210); }
div.DivClassName
{
background-color: #7DC8D2;
}
.BgClassName
{
background-color: #7DC8D2;
}
</style>
border-color css
<style>
span { border-color: #7DC8D2; }
span { border-color: rgb(125,200,210); }
td.TdClassName
{
border-color: #7DC8D2;
}
.TagClassName
{
border-color: #7DC8D2;
}
</style>