Shades of Spray #8BC6CE
Tints of Spray #8BC6CE
RGB
CMYK
RGB Variations
Color information
#8BC6CE (or 0x8BC6CE) is known color: Spray. HEX triplet: 8B, C6 and CE. RGB value is (139,198,206). Sum of RGB (Red+Green+Blue) = 139+198+206=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC6CE is #743931. Grayscale: #B5B5B5. Windows color (decimal): -7616818 or 13551243. OLE color: 13551243.
HSL color Cylindrical-coordinate representation of color #8BC6CE: hue angle of 187.16º 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 #8BC6CE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 198 | 206 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.19 |
| HSL | 187.16º | 0.41% | 0.68% | - |
| HSV(B) | 187.16º | 0.33% | 0.81% | - |
| XYZ | 41.98 | 50.33 | 65.9 | - |
| YUV | 181.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 206 | 0.33 | 0.04 | 0 | 0.19 | 187.16 | 0.41 | 0.68 |
| Hex | 8B | C6 | CE | 21 | 4 | 0 | 13 | BB | 29 | 44 |
| Octal | 213 | 306 | 316 | 41 | 4 | 0 | 23 | 273 | 51 | 104 |
| Binary | 10001011 | 11000110 | 11001110 | 100001 | 100 | 0 | 10011 | 10111011 | 101001 | 1000100 |
Color Harmonies of #8BC6CE
Complementary color
Monochromatic Colors of #8BC6CE
Black with #8BC6CE
Text Example
Text Example
White with #8BC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC6CE; }
p { color: rgb(139,198,206); }
H1.HeaderClassName
{
color: #8BC6CE;
}
.AnyTagClassName
{
color: #8BC6CE;
}
</style>
background-color css
<style>
a { background-color: #8BC6CE; }
a { background-color: rgb(139,198,206); }
div.DivClassName
{
background-color: #8BC6CE;
}
.BgClassName
{
background-color: #8BC6CE;
}
</style>
border-color css
<style>
span { border-color: #8BC6CE; }
span { border-color: rgb(139,198,206); }
td.TdClassName
{
border-color: #8BC6CE;
}
.TagClassName
{
border-color: #8BC6CE;
}
</style>