Shades of Spray #8BC7D0
Tints of Spray #8BC7D0
RGB
CMYK
RGB Variations
Color information
#8BC7D0 (or 0x8BC7D0) is known color: Spray. HEX triplet: 8B, C7 and D0. RGB value is (139,199,208). Sum of RGB (Red+Green+Blue) = 139+199+208=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #8BC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7D0 is #74382F. Grayscale: #B5B5B5. Windows color (decimal): -7616560 or 13682571. OLE color: 13682571.
HSL color Cylindrical-coordinate representation of color #8BC7D0: hue angle of 187.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC7D0 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 199 | 208 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.18 |
| HSL | 187.83º | 0.42% | 0.68% | - |
| HSV(B) | 187.83º | 0.33% | 0.82% | - |
| XYZ | 42.46 | 50.89 | 67.26 | - |
| YUV | 182.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 208 | 0.33 | 0.04 | 0 | 0.18 | 187.83 | 0.42 | 0.68 |
| Hex | 8B | C7 | D0 | 21 | 4 | 0 | 12 | BC | 2A | 44 |
| Octal | 213 | 307 | 320 | 41 | 4 | 0 | 22 | 274 | 52 | 104 |
| Binary | 10001011 | 11000111 | 11010000 | 100001 | 100 | 0 | 10010 | 10111100 | 101010 | 1000100 |
Color Harmonies of #8BC7D0
Complementary color
Monochromatic Colors of #8BC7D0
Black with #8BC7D0
Text Example
Text Example
White with #8BC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7D0; }
p { color: rgb(139,199,208); }
H1.HeaderClassName
{
color: #8BC7D0;
}
.AnyTagClassName
{
color: #8BC7D0;
}
</style>
background-color css
<style>
a { background-color: #8BC7D0; }
a { background-color: rgb(139,199,208); }
div.DivClassName
{
background-color: #8BC7D0;
}
.BgClassName
{
background-color: #8BC7D0;
}
</style>
border-color css
<style>
span { border-color: #8BC7D0; }
span { border-color: rgb(139,199,208); }
td.TdClassName
{
border-color: #8BC7D0;
}
.TagClassName
{
border-color: #8BC7D0;
}
</style>