Shades of Spray #8BC2C9
Tints of Spray #8BC2C9
RGB
CMYK
RGB Variations
Color information
#8BC2C9 (or 0x8BC2C9) is known color: Spray. HEX triplet: 8B, C2 and C9. RGB value is (139,194,201). Sum of RGB (Red+Green+Blue) = 139+194+201=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BC2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2C9 is #743D36. Grayscale: #B2B2B2. Windows color (decimal): -7617847 or 13222539. OLE color: 13222539.
HSL color Cylindrical-coordinate representation of color #8BC2C9: hue angle of 186.77º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC2C9 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 194 | 201 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.21 |
| HSL | 186.77º | 0.36% | 0.67% | - |
| HSV(B) | 186.77º | 0.31% | 0.79% | - |
| XYZ | 40.48 | 48.29 | 62.45 | - |
| YUV | 178.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 201 | 0.31 | 0.03 | 0 | 0.21 | 186.77 | 0.36 | 0.67 |
| Hex | 8B | C2 | C9 | 1F | 3 | 0 | 15 | BB | 24 | 43 |
| Octal | 213 | 302 | 311 | 37 | 3 | 0 | 25 | 273 | 44 | 103 |
| Binary | 10001011 | 11000010 | 11001001 | 11111 | 11 | 0 | 10101 | 10111011 | 100100 | 1000011 |
Color Harmonies of #8BC2C9
Complementary color
Monochromatic Colors of #8BC2C9
Black with #8BC2C9
Text Example
Text Example
White with #8BC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2C9; }
p { color: rgb(139,194,201); }
H1.HeaderClassName
{
color: #8BC2C9;
}
.AnyTagClassName
{
color: #8BC2C9;
}
</style>
background-color css
<style>
a { background-color: #8BC2C9; }
a { background-color: rgb(139,194,201); }
div.DivClassName
{
background-color: #8BC2C9;
}
.BgClassName
{
background-color: #8BC2C9;
}
</style>
border-color css
<style>
span { border-color: #8BC2C9; }
span { border-color: rgb(139,194,201); }
td.TdClassName
{
border-color: #8BC2C9;
}
.TagClassName
{
border-color: #8BC2C9;
}
</style>