Shades of Spray #7BD7DD
Tints of Spray #7BD7DD
RGB
CMYK
RGB Variations
Color information
#7BD7DD (or 0x7BD7DD) is known color: Spray. HEX triplet: 7B, D7 and DD. RGB value is (123,215,221). Sum of RGB (Red+Green+Blue) = 123+215+221=559 (74% of max value = 765). Red value is 123 (48.44% from 255 or 22.00% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BD7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD7DD is #842822. Grayscale: #BCBCBC. Windows color (decimal): -8661027 or 14538619. OLE color: 14538619.
HSL color Cylindrical-coordinate representation of color #7BD7DD: hue angle of 183.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BD7DD is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 215 | 221 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.13 |
| HSL | 183.67º | 0.59% | 0.67% | - |
| HSV(B) | 183.67º | 0.44% | 0.87% | - |
| XYZ | 45.52 | 58.03 | 77.21 | - |
| YUV | 188.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 215 | 221 | 0.44 | 0.03 | 0 | 0.13 | 183.67 | 0.59 | 0.67 |
| Hex | 7B | D7 | DD | 2C | 3 | 0 | D | B8 | 3B | 43 |
| Octal | 173 | 327 | 335 | 54 | 3 | 0 | 15 | 270 | 73 | 103 |
| Binary | 1111011 | 11010111 | 11011101 | 101100 | 11 | 0 | 1101 | 10111000 | 111011 | 1000011 |
Color Harmonies of #7BD7DD
Complementary color
Monochromatic Colors of #7BD7DD
Black with #7BD7DD
Text Example
Text Example
White with #7BD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD7DD; }
p { color: rgb(123,215,221); }
H1.HeaderClassName
{
color: #7BD7DD;
}
.AnyTagClassName
{
color: #7BD7DD;
}
</style>
background-color css
<style>
a { background-color: #7BD7DD; }
a { background-color: rgb(123,215,221); }
div.DivClassName
{
background-color: #7BD7DD;
}
.BgClassName
{
background-color: #7BD7DD;
}
</style>
border-color css
<style>
span { border-color: #7BD7DD; }
span { border-color: rgb(123,215,221); }
td.TdClassName
{
border-color: #7BD7DD;
}
.TagClassName
{
border-color: #7BD7DD;
}
</style>