Shades of Spray #7BC7DC
Tints of Spray #7BC7DC
RGB
CMYK
RGB Variations
Color information
#7BC7DC (or 0x7BC7DC) is known color: Spray. HEX triplet: 7B, C7 and DC. RGB value is (123,199,220). Sum of RGB (Red+Green+Blue) = 123+199+220=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BC7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC7DC is #843823. Grayscale: #B2B2B2. Windows color (decimal): -8665124 or 14468987. OLE color: 14468987.
HSL color Cylindrical-coordinate representation of color #7BC7DC: hue angle of 192.99º 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 #7BC7DC is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 199 | 220 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.14 |
| HSL | 192.99º | 0.58% | 0.67% | - |
| HSV(B) | 192.99º | 0.44% | 0.86% | - |
| XYZ | 41.51 | 50.23 | 75.22 | - |
| YUV | 178.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 199 | 220 | 0.44 | 0.10 | 0 | 0.14 | 192.99 | 0.58 | 0.67 |
| Hex | 7B | C7 | DC | 2C | A | 0 | E | C1 | 3A | 43 |
| Octal | 173 | 307 | 334 | 54 | 12 | 0 | 16 | 301 | 72 | 103 |
| Binary | 1111011 | 11000111 | 11011100 | 101100 | 1010 | 0 | 1110 | 11000001 | 111010 | 1000011 |
Color Harmonies of #7BC7DC
Complementary color
Monochromatic Colors of #7BC7DC
Black with #7BC7DC
Text Example
Text Example
White with #7BC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC7DC; }
p { color: rgb(123,199,220); }
H1.HeaderClassName
{
color: #7BC7DC;
}
.AnyTagClassName
{
color: #7BC7DC;
}
</style>
background-color css
<style>
a { background-color: #7BC7DC; }
a { background-color: rgb(123,199,220); }
div.DivClassName
{
background-color: #7BC7DC;
}
.BgClassName
{
background-color: #7BC7DC;
}
</style>
border-color css
<style>
span { border-color: #7BC7DC; }
span { border-color: rgb(123,199,220); }
td.TdClassName
{
border-color: #7BC7DC;
}
.TagClassName
{
border-color: #7BC7DC;
}
</style>