Shades of Spray #7DDCDB
Tints of Spray #7DDCDB
RGB
CMYK
RGB Variations
Color information
#7DDCDB (or 0x7DDCDB) is known color: Spray. HEX triplet: 7D, DC and DB. RGB value is (125,220,219). Sum of RGB (Red+Green+Blue) = 125+220+219=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCDB is #822324. Grayscale: #BFBFBF. Windows color (decimal): -8528677 or 14408829. OLE color: 14408829.
HSL color Cylindrical-coordinate representation of color #7DDCDB: hue angle of 179.37º 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 #7DDCDB is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 219 | - |
| CMYK | 0.43 | 0 | 0.00 | 0.14 |
| HSL | 179.37º | 0.58% | 0.68% | - |
| HSV(B) | 179.37º | 0.43% | 0.86% | - |
| XYZ | 46.84 | 60.66 | 76.26 | - |
| YUV | 191.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 219 | 0.43 | 0 | 0.00 | 0.14 | 179.37 | 0.58 | 0.68 |
| Hex | 7D | DC | DB | 2B | 0 | 0 | E | B3 | 3A | 44 |
| Octal | 175 | 334 | 333 | 53 | 0 | 0 | 16 | 263 | 72 | 104 |
| Binary | 1111101 | 11011100 | 11011011 | 101011 | 0 | 0 | 1110 | 10110011 | 111010 | 1000100 |
Color Harmonies of #7DDCDB
Complementary color
Monochromatic Colors of #7DDCDB
Black with #7DDCDB
Text Example
Text Example
White with #7DDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDCDB; }
p { color: rgb(125,220,219); }
H1.HeaderClassName
{
color: #7DDCDB;
}
.AnyTagClassName
{
color: #7DDCDB;
}
</style>
background-color css
<style>
a { background-color: #7DDCDB; }
a { background-color: rgb(125,220,219); }
div.DivClassName
{
background-color: #7DDCDB;
}
.BgClassName
{
background-color: #7DDCDB;
}
</style>
border-color css
<style>
span { border-color: #7DDCDB; }
span { border-color: rgb(125,220,219); }
td.TdClassName
{
border-color: #7DDCDB;
}
.TagClassName
{
border-color: #7DDCDB;
}
</style>