Shades of Spray #7DD3DD
Tints of Spray #7DD3DD
RGB
CMYK
RGB Variations
Color information
#7DD3DD (or 0x7DD3DD) is known color: Spray. HEX triplet: 7D, D3 and DD. RGB value is (125,211,221). Sum of RGB (Red+Green+Blue) = 125+211+221=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DD3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD3DD is #822C22. Grayscale: #BABABA. Windows color (decimal): -8530979 or 14537597. OLE color: 14537597.
HSL color Cylindrical-coordinate representation of color #7DD3DD: hue angle of 186.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD3DD is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 211 | 221 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.13 |
| HSL | 186.25º | 0.59% | 0.68% | - |
| HSV(B) | 186.25º | 0.43% | 0.87% | - |
| XYZ | 44.8 | 56.17 | 76.89 | - |
| YUV | 186.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 221 | 0.43 | 0.05 | 0 | 0.13 | 186.25 | 0.59 | 0.68 |
| Hex | 7D | D3 | DD | 2B | 5 | 0 | D | BA | 3B | 44 |
| Octal | 175 | 323 | 335 | 53 | 5 | 0 | 15 | 272 | 73 | 104 |
| Binary | 1111101 | 11010011 | 11011101 | 101011 | 101 | 0 | 1101 | 10111010 | 111011 | 1000100 |
Color Harmonies of #7DD3DD
Complementary color
Monochromatic Colors of #7DD3DD
Black with #7DD3DD
Text Example
Text Example
White with #7DD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD3DD; }
p { color: rgb(125,211,221); }
H1.HeaderClassName
{
color: #7DD3DD;
}
.AnyTagClassName
{
color: #7DD3DD;
}
</style>
background-color css
<style>
a { background-color: #7DD3DD; }
a { background-color: rgb(125,211,221); }
div.DivClassName
{
background-color: #7DD3DD;
}
.BgClassName
{
background-color: #7DD3DD;
}
</style>
border-color css
<style>
span { border-color: #7DD3DD; }
span { border-color: rgb(125,211,221); }
td.TdClassName
{
border-color: #7DD3DD;
}
.TagClassName
{
border-color: #7DD3DD;
}
</style>