Shades of Spray #7DC4DC
Tints of Spray #7DC4DC
RGB
CMYK
RGB Variations
Color information
#7DC4DC (or 0x7DC4DC) is known color: Spray. HEX triplet: 7D, C4 and DC. RGB value is (125,196,220). Sum of RGB (Red+Green+Blue) = 125+196+220=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DC4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC4DC is #823B23. Grayscale: #B1B1B1. Windows color (decimal): -8534820 or 14468221. OLE color: 14468221.
HSL color Cylindrical-coordinate representation of color #7DC4DC: hue angle of 195.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC4DC is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 196 | 220 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.14 |
| HSL | 195.16º | 0.58% | 0.68% | - |
| HSV(B) | 195.16º | 0.43% | 0.86% | - |
| XYZ | 41.12 | 49.01 | 75 | - |
| YUV | 177.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 196 | 220 | 0.43 | 0.11 | 0 | 0.14 | 195.16 | 0.58 | 0.68 |
| Hex | 7D | C4 | DC | 2B | B | 0 | E | C3 | 3A | 44 |
| Octal | 175 | 304 | 334 | 53 | 13 | 0 | 16 | 303 | 72 | 104 |
| Binary | 1111101 | 11000100 | 11011100 | 101011 | 1011 | 0 | 1110 | 11000011 | 111010 | 1000100 |
Color Harmonies of #7DC4DC
Complementary color
Monochromatic Colors of #7DC4DC
Black with #7DC4DC
Text Example
Text Example
White with #7DC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC4DC; }
p { color: rgb(125,196,220); }
H1.HeaderClassName
{
color: #7DC4DC;
}
.AnyTagClassName
{
color: #7DC4DC;
}
</style>
background-color css
<style>
a { background-color: #7DC4DC; }
a { background-color: rgb(125,196,220); }
div.DivClassName
{
background-color: #7DC4DC;
}
.BgClassName
{
background-color: #7DC4DC;
}
</style>
border-color css
<style>
span { border-color: #7DC4DC; }
span { border-color: rgb(125,196,220); }
td.TdClassName
{
border-color: #7DC4DC;
}
.TagClassName
{
border-color: #7DC4DC;
}
</style>