Shades of Spray #7BCBD6
Tints of Spray #7BCBD6
RGB
CMYK
RGB Variations
Color information
#7BCBD6 (or 0x7BCBD6) is known color: Spray. HEX triplet: 7B, CB and D6. RGB value is (123,203,214). Sum of RGB (Red+Green+Blue) = 123+203+214=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BCBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBD6 is #843429. Grayscale: #B4B4B4. Windows color (decimal): -8664106 or 14076795. OLE color: 14076795.
HSL color Cylindrical-coordinate representation of color #7BCBD6: hue angle of 187.25º 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 #7BCBD6 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 203 | 214 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.16 |
| HSL | 187.25º | 0.53% | 0.66% | - |
| HSV(B) | 187.25º | 0.43% | 0.84% | - |
| XYZ | 41.66 | 51.78 | 71.42 | - |
| YUV | 180.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 214 | 0.43 | 0.05 | 0 | 0.16 | 187.25 | 0.53 | 0.66 |
| Hex | 7B | CB | D6 | 2B | 5 | 0 | 10 | BB | 35 | 42 |
| Octal | 173 | 313 | 326 | 53 | 5 | 0 | 20 | 273 | 65 | 102 |
| Binary | 1111011 | 11001011 | 11010110 | 101011 | 101 | 0 | 10000 | 10111011 | 110101 | 1000010 |
Color Harmonies of #7BCBD6
Complementary color
Monochromatic Colors of #7BCBD6
Black with #7BCBD6
Text Example
Text Example
White with #7BCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBD6; }
p { color: rgb(123,203,214); }
H1.HeaderClassName
{
color: #7BCBD6;
}
.AnyTagClassName
{
color: #7BCBD6;
}
</style>
background-color css
<style>
a { background-color: #7BCBD6; }
a { background-color: rgb(123,203,214); }
div.DivClassName
{
background-color: #7BCBD6;
}
.BgClassName
{
background-color: #7BCBD6;
}
</style>
border-color css
<style>
span { border-color: #7BCBD6; }
span { border-color: rgb(123,203,214); }
td.TdClassName
{
border-color: #7BCBD6;
}
.TagClassName
{
border-color: #7BCBD6;
}
</style>