Shades of Spray #7BCACD
Tints of Spray #7BCACD
RGB
CMYK
RGB Variations
Color information
#7BCACD (or 0x7BCACD) is known color: Spray. HEX triplet: 7B, CA and CD. RGB value is (123,202,205). Sum of RGB (Red+Green+Blue) = 123+202+205=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCACD is #843532. Grayscale: #B2B2B2. Windows color (decimal): -8664371 or 13486715. OLE color: 13486715.
HSL color Cylindrical-coordinate representation of color #7BCACD: hue angle of 182.2º 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 #7BCACD is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 202 | 205 | - |
| CMYK | 0.4 | 0.01 | 0 | 0.20 |
| HSL | 182.2º | 0.45% | 0.64% | - |
| HSV(B) | 182.2º | 0.4% | 0.8% | - |
| XYZ | 40.31 | 50.86 | 65.45 | - |
| YUV | 178.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 205 | 0.4 | 0.01 | 0 | 0.20 | 182.2 | 0.45 | 0.64 |
| Hex | 7B | CA | CD | 28 | 1 | 0 | 14 | B6 | 2D | 40 |
| Octal | 173 | 312 | 315 | 50 | 1 | 0 | 24 | 266 | 55 | 100 |
| Binary | 1111011 | 11001010 | 11001101 | 101000 | 1 | 0 | 10100 | 10110110 | 101101 | 1000000 |
Color Harmonies of #7BCACD
Complementary color
Monochromatic Colors of #7BCACD
Black with #7BCACD
Text Example
Text Example
White with #7BCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCACD; }
p { color: rgb(123,202,205); }
H1.HeaderClassName
{
color: #7BCACD;
}
.AnyTagClassName
{
color: #7BCACD;
}
</style>
background-color css
<style>
a { background-color: #7BCACD; }
a { background-color: rgb(123,202,205); }
div.DivClassName
{
background-color: #7BCACD;
}
.BgClassName
{
background-color: #7BCACD;
}
</style>
border-color css
<style>
span { border-color: #7BCACD; }
span { border-color: rgb(123,202,205); }
td.TdClassName
{
border-color: #7BCACD;
}
.TagClassName
{
border-color: #7BCACD;
}
</style>