Shades of Spray #8BC7CE
Tints of Spray #8BC7CE
RGB
CMYK
RGB Variations
Color information
#8BC7CE (or 0x8BC7CE) is known color: Spray. HEX triplet: 8B, C7 and CE. RGB value is (139,199,206). Sum of RGB (Red+Green+Blue) = 139+199+206=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7CE is #743831. Grayscale: #B5B5B5. Windows color (decimal): -7616562 or 13551499. OLE color: 13551499.
HSL color Cylindrical-coordinate representation of color #8BC7CE: hue angle of 186.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC7CE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 199 | 206 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.19 |
| HSL | 186.27º | 0.41% | 0.68% | - |
| HSV(B) | 186.27º | 0.33% | 0.81% | - |
| XYZ | 42.21 | 50.79 | 65.97 | - |
| YUV | 181.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 206 | 0.33 | 0.03 | 0 | 0.19 | 186.27 | 0.41 | 0.68 |
| Hex | 8B | C7 | CE | 21 | 3 | 0 | 13 | BA | 29 | 44 |
| Octal | 213 | 307 | 316 | 41 | 3 | 0 | 23 | 272 | 51 | 104 |
| Binary | 10001011 | 11000111 | 11001110 | 100001 | 11 | 0 | 10011 | 10111010 | 101001 | 1000100 |
Color Harmonies of #8BC7CE
Complementary color
Monochromatic Colors of #8BC7CE
Black with #8BC7CE
Text Example
Text Example
White with #8BC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7CE; }
p { color: rgb(139,199,206); }
H1.HeaderClassName
{
color: #8BC7CE;
}
.AnyTagClassName
{
color: #8BC7CE;
}
</style>
background-color css
<style>
a { background-color: #8BC7CE; }
a { background-color: rgb(139,199,206); }
div.DivClassName
{
background-color: #8BC7CE;
}
.BgClassName
{
background-color: #8BC7CE;
}
</style>
border-color css
<style>
span { border-color: #8BC7CE; }
span { border-color: rgb(139,199,206); }
td.TdClassName
{
border-color: #8BC7CE;
}
.TagClassName
{
border-color: #8BC7CE;
}
</style>