Shades of Spray #7BC8CC
Tints of Spray #7BC8CC
RGB
CMYK
RGB Variations
Color information
#7BC8CC (or 0x7BC8CC) is known color: Spray. HEX triplet: 7B, C8 and CC. RGB value is (123,200,204). Sum of RGB (Red+Green+Blue) = 123+200+204=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BC8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC8CC is #843733. Grayscale: #B1B1B1. Windows color (decimal): -8664884 or 13420667. OLE color: 13420667.
HSL color Cylindrical-coordinate representation of color #7BC8CC: hue angle of 182.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BC8CC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 200 | 204 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.2 |
| HSL | 182.96º | 0.44% | 0.64% | - |
| HSV(B) | 182.96º | 0.4% | 0.8% | - |
| XYZ | 39.72 | 49.88 | 64.66 | - |
| YUV | 177.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 204 | 0.40 | 0.02 | 0 | 0.2 | 182.96 | 0.44 | 0.64 |
| Hex | 7B | C8 | CC | 28 | 2 | 0 | 14 | B7 | 2C | 40 |
| Octal | 173 | 310 | 314 | 50 | 2 | 0 | 24 | 267 | 54 | 100 |
| Binary | 1111011 | 11001000 | 11001100 | 101000 | 10 | 0 | 10100 | 10110111 | 101100 | 1000000 |
Color Harmonies of #7BC8CC
Complementary color
Monochromatic Colors of #7BC8CC
Black with #7BC8CC
Text Example
Text Example
White with #7BC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8CC; }
p { color: rgb(123,200,204); }
H1.HeaderClassName
{
color: #7BC8CC;
}
.AnyTagClassName
{
color: #7BC8CC;
}
</style>
background-color css
<style>
a { background-color: #7BC8CC; }
a { background-color: rgb(123,200,204); }
div.DivClassName
{
background-color: #7BC8CC;
}
.BgClassName
{
background-color: #7BC8CC;
}
</style>
border-color css
<style>
span { border-color: #7BC8CC; }
span { border-color: rgb(123,200,204); }
td.TdClassName
{
border-color: #7BC8CC;
}
.TagClassName
{
border-color: #7BC8CC;
}
</style>