Shades of Spray #7BC9CE
Tints of Spray #7BC9CE
RGB
CMYK
RGB Variations
Color information
#7BC9CE (or 0x7BC9CE) is known color: Spray. HEX triplet: 7B, C9 and CE. RGB value is (123,201,206). Sum of RGB (Red+Green+Blue) = 123+201+206=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC9CE is #843631. Grayscale: #B2B2B2. Windows color (decimal): -8664626 or 13551995. OLE color: 13551995.
HSL color Cylindrical-coordinate representation of color #7BC9CE: hue angle of 183.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BC9CE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 201 | 206 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.19 |
| HSL | 183.61º | 0.46% | 0.65% | - |
| HSV(B) | 183.61º | 0.4% | 0.81% | - |
| XYZ | 40.2 | 50.44 | 66.01 | - |
| YUV | 178.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 206 | 0.40 | 0.02 | 0 | 0.19 | 183.61 | 0.46 | 0.65 |
| Hex | 7B | C9 | CE | 28 | 2 | 0 | 13 | B8 | 2E | 41 |
| Octal | 173 | 311 | 316 | 50 | 2 | 0 | 23 | 270 | 56 | 101 |
| Binary | 1111011 | 11001001 | 11001110 | 101000 | 10 | 0 | 10011 | 10111000 | 101110 | 1000001 |
Color Harmonies of #7BC9CE
Complementary color
Monochromatic Colors of #7BC9CE
Black with #7BC9CE
Text Example
Text Example
White with #7BC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC9CE; }
p { color: rgb(123,201,206); }
H1.HeaderClassName
{
color: #7BC9CE;
}
.AnyTagClassName
{
color: #7BC9CE;
}
</style>
background-color css
<style>
a { background-color: #7BC9CE; }
a { background-color: rgb(123,201,206); }
div.DivClassName
{
background-color: #7BC9CE;
}
.BgClassName
{
background-color: #7BC9CE;
}
</style>
border-color css
<style>
span { border-color: #7BC9CE; }
span { border-color: rgb(123,201,206); }
td.TdClassName
{
border-color: #7BC9CE;
}
.TagClassName
{
border-color: #7BC9CE;
}
</style>