Shades of Spray #7BD2DC
Tints of Spray #7BD2DC
RGB
CMYK
RGB Variations
Color information
#7BD2DC (or 0x7BD2DC) is known color: Spray. HEX triplet: 7B, D2 and DC. RGB value is (123,210,220). Sum of RGB (Red+Green+Blue) = 123+210+220=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BD2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD2DC is #842D23. Grayscale: #B8B8B8. Windows color (decimal): -8662308 or 14471803. OLE color: 14471803.
HSL color Cylindrical-coordinate representation of color #7BD2DC: hue angle of 186.19º degrees, saturation: 0.58, 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 #7BD2DC is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 210 | 220 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.14 |
| HSL | 186.19º | 0.58% | 0.67% | - |
| HSV(B) | 186.19º | 0.44% | 0.86% | - |
| XYZ | 44.13 | 55.47 | 76.09 | - |
| YUV | 185.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 220 | 0.44 | 0.05 | 0 | 0.14 | 186.19 | 0.58 | 0.67 |
| Hex | 7B | D2 | DC | 2C | 5 | 0 | E | BA | 3A | 43 |
| Octal | 173 | 322 | 334 | 54 | 5 | 0 | 16 | 272 | 72 | 103 |
| Binary | 1111011 | 11010010 | 11011100 | 101100 | 101 | 0 | 1110 | 10111010 | 111010 | 1000011 |
Color Harmonies of #7BD2DC
Complementary color
Monochromatic Colors of #7BD2DC
Black with #7BD2DC
Text Example
Text Example
White with #7BD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD2DC; }
p { color: rgb(123,210,220); }
H1.HeaderClassName
{
color: #7BD2DC;
}
.AnyTagClassName
{
color: #7BD2DC;
}
</style>
background-color css
<style>
a { background-color: #7BD2DC; }
a { background-color: rgb(123,210,220); }
div.DivClassName
{
background-color: #7BD2DC;
}
.BgClassName
{
background-color: #7BD2DC;
}
</style>
border-color css
<style>
span { border-color: #7BD2DC; }
span { border-color: rgb(123,210,220); }
td.TdClassName
{
border-color: #7BD2DC;
}
.TagClassName
{
border-color: #7BD2DC;
}
</style>