Shades of Spray #7DC4DB
Tints of Spray #7DC4DB
RGB
CMYK
RGB Variations
Color information
#7DC4DB (or 0x7DC4DB) is known color: Spray. HEX triplet: 7D, C4 and DB. RGB value is (125,196,219). Sum of RGB (Red+Green+Blue) = 125+196+219=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC4DB is #823B24. Grayscale: #B1B1B1. Windows color (decimal): -8534821 or 14402685. OLE color: 14402685.
HSL color Cylindrical-coordinate representation of color #7DC4DB: hue angle of 194.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC4DB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 196 | 219 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.14 |
| HSL | 194.68º | 0.57% | 0.67% | - |
| HSV(B) | 194.68º | 0.43% | 0.86% | - |
| XYZ | 40.98 | 48.95 | 74.31 | - |
| YUV | 177.39 | 151.48 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 196 | 219 | 0.43 | 0.11 | 0 | 0.14 | 194.68 | 0.57 | 0.67 |
| Hex | 7D | C4 | DB | 2B | B | 0 | E | C3 | 39 | 43 |
| Octal | 175 | 304 | 333 | 53 | 13 | 0 | 16 | 303 | 71 | 103 |
| Binary | 1111101 | 11000100 | 11011011 | 101011 | 1011 | 0 | 1110 | 11000011 | 111001 | 1000011 |
Color Harmonies of #7DC4DB
Complementary color
Monochromatic Colors of #7DC4DB
Black with #7DC4DB
Text Example
Text Example
White with #7DC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC4DB; }
p { color: rgb(125,196,219); }
H1.HeaderClassName
{
color: #7DC4DB;
}
.AnyTagClassName
{
color: #7DC4DB;
}
</style>
background-color css
<style>
a { background-color: #7DC4DB; }
a { background-color: rgb(125,196,219); }
div.DivClassName
{
background-color: #7DC4DB;
}
.BgClassName
{
background-color: #7DC4DB;
}
</style>
border-color css
<style>
span { border-color: #7DC4DB; }
span { border-color: rgb(125,196,219); }
td.TdClassName
{
border-color: #7DC4DB;
}
.TagClassName
{
border-color: #7DC4DB;
}
</style>