Shades of Spray #7BC8CD
Tints of Spray #7BC8CD
RGB
CMYK
RGB Variations
Color information
#7BC8CD (or 0x7BC8CD) is known color: Spray. HEX triplet: 7B, C8 and CD. RGB value is (123,200,205). Sum of RGB (Red+Green+Blue) = 123+200+205=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BC8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC8CD is #843732. Grayscale: #B1B1B1. Windows color (decimal): -8664883 or 13486203. OLE color: 13486203.
HSL color Cylindrical-coordinate representation of color #7BC8CD: hue angle of 183.66º degrees, saturation: 0.45, 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 #7BC8CD is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 200 | 205 | - |
| CMYK | 0.4 | 0.02 | 0 | 0.20 |
| HSL | 183.66º | 0.45% | 0.64% | - |
| HSV(B) | 183.66º | 0.4% | 0.8% | - |
| XYZ | 39.84 | 49.93 | 65.29 | - |
| YUV | 177.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 205 | 0.4 | 0.02 | 0 | 0.20 | 183.66 | 0.45 | 0.64 |
| Hex | 7B | C8 | CD | 28 | 2 | 0 | 14 | B8 | 2D | 40 |
| Octal | 173 | 310 | 315 | 50 | 2 | 0 | 24 | 270 | 55 | 100 |
| Binary | 1111011 | 11001000 | 11001101 | 101000 | 10 | 0 | 10100 | 10111000 | 101101 | 1000000 |
Color Harmonies of #7BC8CD
Complementary color
Monochromatic Colors of #7BC8CD
Black with #7BC8CD
Text Example
Text Example
White with #7BC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8CD; }
p { color: rgb(123,200,205); }
H1.HeaderClassName
{
color: #7BC8CD;
}
.AnyTagClassName
{
color: #7BC8CD;
}
</style>
background-color css
<style>
a { background-color: #7BC8CD; }
a { background-color: rgb(123,200,205); }
div.DivClassName
{
background-color: #7BC8CD;
}
.BgClassName
{
background-color: #7BC8CD;
}
</style>
border-color css
<style>
span { border-color: #7BC8CD; }
span { border-color: rgb(123,200,205); }
td.TdClassName
{
border-color: #7BC8CD;
}
.TagClassName
{
border-color: #7BC8CD;
}
</style>