Shades of Spray #7BCBCC
Tints of Spray #7BCBCC
RGB
CMYK
RGB Variations
Color information
#7BCBCC (or 0x7BCBCC) is known color: Spray. HEX triplet: 7B, CB and CC. RGB value is (123,203,204). Sum of RGB (Red+Green+Blue) = 123+203+204=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBCC is #843433. Grayscale: #B3B3B3. Windows color (decimal): -8664116 or 13421435. OLE color: 13421435.
HSL color Cylindrical-coordinate representation of color #7BCBCC: hue angle of 180.74º 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 #7BCBCC is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 203 | 204 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.2 |
| HSL | 180.74º | 0.44% | 0.64% | - |
| HSV(B) | 180.74º | 0.4% | 0.8% | - |
| XYZ | 40.42 | 51.28 | 64.89 | - |
| YUV | 179.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 204 | 0.40 | 0.00 | 0 | 0.2 | 180.74 | 0.44 | 0.64 |
| Hex | 7B | CB | CC | 28 | 0 | 0 | 14 | B5 | 2C | 40 |
| Octal | 173 | 313 | 314 | 50 | 0 | 0 | 24 | 265 | 54 | 100 |
| Binary | 1111011 | 11001011 | 11001100 | 101000 | 0 | 0 | 10100 | 10110101 | 101100 | 1000000 |
Color Harmonies of #7BCBCC
Complementary color
Monochromatic Colors of #7BCBCC
Black with #7BCBCC
Text Example
Text Example
White with #7BCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBCC; }
p { color: rgb(123,203,204); }
H1.HeaderClassName
{
color: #7BCBCC;
}
.AnyTagClassName
{
color: #7BCBCC;
}
</style>
background-color css
<style>
a { background-color: #7BCBCC; }
a { background-color: rgb(123,203,204); }
div.DivClassName
{
background-color: #7BCBCC;
}
.BgClassName
{
background-color: #7BCBCC;
}
</style>
border-color css
<style>
span { border-color: #7BCBCC; }
span { border-color: rgb(123,203,204); }
td.TdClassName
{
border-color: #7BCBCC;
}
.TagClassName
{
border-color: #7BCBCC;
}
</style>