Shades of Spray #7BD6DC
Tints of Spray #7BD6DC
RGB
CMYK
RGB Variations
Color information
#7BD6DC (or 0x7BD6DC) is known color: Spray. HEX triplet: 7B, D6 and DC. RGB value is (123,214,220). Sum of RGB (Red+Green+Blue) = 123+214+220=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BD6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD6DC is #842923. Grayscale: #BBBBBB. Windows color (decimal): -8661284 or 14472827. OLE color: 14472827.
HSL color Cylindrical-coordinate representation of color #7BD6DC: hue angle of 183.71º 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 #7BD6DC is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 214 | 220 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.14 |
| HSL | 183.71º | 0.58% | 0.67% | - |
| HSV(B) | 183.71º | 0.44% | 0.86% | - |
| XYZ | 45.13 | 57.47 | 76.42 | - |
| YUV | 187.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 220 | 0.44 | 0.03 | 0 | 0.14 | 183.71 | 0.58 | 0.67 |
| Hex | 7B | D6 | DC | 2C | 3 | 0 | E | B8 | 3A | 43 |
| Octal | 173 | 326 | 334 | 54 | 3 | 0 | 16 | 270 | 72 | 103 |
| Binary | 1111011 | 11010110 | 11011100 | 101100 | 11 | 0 | 1110 | 10111000 | 111010 | 1000011 |
Color Harmonies of #7BD6DC
Complementary color
Monochromatic Colors of #7BD6DC
Black with #7BD6DC
Text Example
Text Example
White with #7BD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD6DC; }
p { color: rgb(123,214,220); }
H1.HeaderClassName
{
color: #7BD6DC;
}
.AnyTagClassName
{
color: #7BD6DC;
}
</style>
background-color css
<style>
a { background-color: #7BD6DC; }
a { background-color: rgb(123,214,220); }
div.DivClassName
{
background-color: #7BD6DC;
}
.BgClassName
{
background-color: #7BD6DC;
}
</style>
border-color css
<style>
span { border-color: #7BD6DC; }
span { border-color: rgb(123,214,220); }
td.TdClassName
{
border-color: #7BD6DC;
}
.TagClassName
{
border-color: #7BD6DC;
}
</style>