Shades of Spray #7BC6D9
Tints of Spray #7BC6D9
RGB
CMYK
RGB Variations
Color information
#7BC6D9 (or 0x7BC6D9) is known color: Spray. HEX triplet: 7B, C6 and D9. RGB value is (123,198,217). Sum of RGB (Red+Green+Blue) = 123+198+217=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #7BC6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC6D9 is #843926. Grayscale: #B1B1B1. Windows color (decimal): -8665383 or 14272123. OLE color: 14272123.
HSL color Cylindrical-coordinate representation of color #7BC6D9: hue angle of 192.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BC6D9 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 198 | 217 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.15 |
| HSL | 192.13º | 0.55% | 0.67% | - |
| HSV(B) | 192.13º | 0.43% | 0.85% | - |
| XYZ | 40.89 | 49.61 | 73.07 | - |
| YUV | 177.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 217 | 0.43 | 0.09 | 0 | 0.15 | 192.13 | 0.55 | 0.67 |
| Hex | 7B | C6 | D9 | 2B | 9 | 0 | F | C0 | 37 | 43 |
| Octal | 173 | 306 | 331 | 53 | 11 | 0 | 17 | 300 | 67 | 103 |
| Binary | 1111011 | 11000110 | 11011001 | 101011 | 1001 | 0 | 1111 | 11000000 | 110111 | 1000011 |
Color Harmonies of #7BC6D9
Complementary color
Monochromatic Colors of #7BC6D9
Black with #7BC6D9
Text Example
Text Example
White with #7BC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC6D9; }
p { color: rgb(123,198,217); }
H1.HeaderClassName
{
color: #7BC6D9;
}
.AnyTagClassName
{
color: #7BC6D9;
}
</style>
background-color css
<style>
a { background-color: #7BC6D9; }
a { background-color: rgb(123,198,217); }
div.DivClassName
{
background-color: #7BC6D9;
}
.BgClassName
{
background-color: #7BC6D9;
}
</style>
border-color css
<style>
span { border-color: #7BC6D9; }
span { border-color: rgb(123,198,217); }
td.TdClassName
{
border-color: #7BC6D9;
}
.TagClassName
{
border-color: #7BC6D9;
}
</style>