Shades of Spray #7BCBCF
Tints of Spray #7BCBCF
RGB
CMYK
RGB Variations
Color information
#7BCBCF (or 0x7BCBCF) is known color: Spray. HEX triplet: 7B, CB and CF. RGB value is (123,203,207). Sum of RGB (Red+Green+Blue) = 123+203+207=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBCF is #843430. Grayscale: #B3B3B3. Windows color (decimal): -8664113 or 13618043. OLE color: 13618043.
HSL color Cylindrical-coordinate representation of color #7BCBCF: hue angle of 182.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCBCF is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 203 | 207 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.19 |
| HSL | 182.86º | 0.47% | 0.65% | - |
| HSV(B) | 182.86º | 0.41% | 0.81% | - |
| XYZ | 40.79 | 51.43 | 66.81 | - |
| YUV | 179.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 207 | 0.41 | 0.02 | 0 | 0.19 | 182.86 | 0.47 | 0.65 |
| Hex | 7B | CB | CF | 29 | 2 | 0 | 13 | B7 | 2F | 41 |
| Octal | 173 | 313 | 317 | 51 | 2 | 0 | 23 | 267 | 57 | 101 |
| Binary | 1111011 | 11001011 | 11001111 | 101001 | 10 | 0 | 10011 | 10110111 | 101111 | 1000001 |
Color Harmonies of #7BCBCF
Complementary color
Monochromatic Colors of #7BCBCF
Black with #7BCBCF
Text Example
Text Example
White with #7BCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBCF; }
p { color: rgb(123,203,207); }
H1.HeaderClassName
{
color: #7BCBCF;
}
.AnyTagClassName
{
color: #7BCBCF;
}
</style>
background-color css
<style>
a { background-color: #7BCBCF; }
a { background-color: rgb(123,203,207); }
div.DivClassName
{
background-color: #7BCBCF;
}
.BgClassName
{
background-color: #7BCBCF;
}
</style>
border-color css
<style>
span { border-color: #7BCBCF; }
span { border-color: rgb(123,203,207); }
td.TdClassName
{
border-color: #7BCBCF;
}
.TagClassName
{
border-color: #7BCBCF;
}
</style>