Shades of Spray #7BC2D7
Tints of Spray #7BC2D7
RGB
CMYK
RGB Variations
Color information
#7BC2D7 (or 0x7BC2D7) is known color: Spray. HEX triplet: 7B, C2 and D7. RGB value is (123,194,215). Sum of RGB (Red+Green+Blue) = 123+194+215=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #7BC2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC2D7 is #843D28. Grayscale: #AFAFAF. Windows color (decimal): -8666409 or 14140027. OLE color: 14140027.
HSL color Cylindrical-coordinate representation of color #7BC2D7: hue angle of 193.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BC2D7 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 194 | 215 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.16 |
| HSL | 193.7º | 0.53% | 0.66% | - |
| HSV(B) | 193.7º | 0.43% | 0.84% | - |
| XYZ | 39.73 | 47.7 | 71.4 | - |
| YUV | 175.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 215 | 0.43 | 0.10 | 0 | 0.16 | 193.7 | 0.53 | 0.66 |
| Hex | 7B | C2 | D7 | 2B | A | 0 | 10 | C2 | 35 | 42 |
| Octal | 173 | 302 | 327 | 53 | 12 | 0 | 20 | 302 | 65 | 102 |
| Binary | 1111011 | 11000010 | 11010111 | 101011 | 1010 | 0 | 10000 | 11000010 | 110101 | 1000010 |
Color Harmonies of #7BC2D7
Complementary color
Monochromatic Colors of #7BC2D7
Black with #7BC2D7
Text Example
Text Example
White with #7BC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2D7; }
p { color: rgb(123,194,215); }
H1.HeaderClassName
{
color: #7BC2D7;
}
.AnyTagClassName
{
color: #7BC2D7;
}
</style>
background-color css
<style>
a { background-color: #7BC2D7; }
a { background-color: rgb(123,194,215); }
div.DivClassName
{
background-color: #7BC2D7;
}
.BgClassName
{
background-color: #7BC2D7;
}
</style>
border-color css
<style>
span { border-color: #7BC2D7; }
span { border-color: rgb(123,194,215); }
td.TdClassName
{
border-color: #7BC2D7;
}
.TagClassName
{
border-color: #7BC2D7;
}
</style>