Shades of Spray #7BDBD8
Tints of Spray #7BDBD8
RGB
CMYK
RGB Variations
Color information
#7BDBD8 (or 0x7BDBD8) is known color: Spray. HEX triplet: 7B, DB and D8. RGB value is (123,219,216). Sum of RGB (Red+Green+Blue) = 123+219+216=558 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.04% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBD8 is #842427. Grayscale: #BDBDBD. Windows color (decimal): -8660008 or 14211963. OLE color: 14211963.
HSL color Cylindrical-coordinate representation of color #7BDBD8: hue angle of 178.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBD8 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 216 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.14 |
| HSL | 178.13º | 0.57% | 0.67% | - |
| HSV(B) | 178.13º | 0.44% | 0.86% | - |
| XYZ | 45.89 | 59.83 | 74.1 | - |
| YUV | 189.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 216 | 0.44 | 0 | 0.01 | 0.14 | 178.13 | 0.57 | 0.67 |
| Hex | 7B | DB | D8 | 2C | 0 | 1 | E | B2 | 39 | 43 |
| Octal | 173 | 333 | 330 | 54 | 0 | 1 | 16 | 262 | 71 | 103 |
| Binary | 1111011 | 11011011 | 11011000 | 101100 | 0 | 1 | 1110 | 10110010 | 111001 | 1000011 |
Color Harmonies of #7BDBD8
Complementary color
Monochromatic Colors of #7BDBD8
Black with #7BDBD8
Text Example
Text Example
White with #7BDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBD8; }
p { color: rgb(123,219,216); }
H1.HeaderClassName
{
color: #7BDBD8;
}
.AnyTagClassName
{
color: #7BDBD8;
}
</style>
background-color css
<style>
a { background-color: #7BDBD8; }
a { background-color: rgb(123,219,216); }
div.DivClassName
{
background-color: #7BDBD8;
}
.BgClassName
{
background-color: #7BDBD8;
}
</style>
border-color css
<style>
span { border-color: #7BDBD8; }
span { border-color: rgb(123,219,216); }
td.TdClassName
{
border-color: #7BDBD8;
}
.TagClassName
{
border-color: #7BDBD8;
}
</style>