Shades of Spray #8BD7DF
Tints of Spray #8BD7DF
RGB
CMYK
RGB Variations
Color information
#8BD7DF (or 0x8BD7DF) is known color: Spray. HEX triplet: 8B, D7 and DF. RGB value is (139,215,223). Sum of RGB (Red+Green+Blue) = 139+215+223=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7DF is #742820. Grayscale: #C1C1C1. Windows color (decimal): -7612449 or 14669707. OLE color: 14669707.
HSL color Cylindrical-coordinate representation of color #8BD7DF: hue angle of 185.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BD7DF is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 215 | 223 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.13 |
| HSL | 185.71º | 0.57% | 0.71% | - |
| HSV(B) | 185.71º | 0.38% | 0.87% | - |
| XYZ | 48.27 | 59.42 | 78.74 | - |
| YUV | 193.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 223 | 0.38 | 0.04 | 0 | 0.13 | 185.71 | 0.57 | 0.71 |
| Hex | 8B | D7 | DF | 26 | 4 | 0 | D | BA | 39 | 47 |
| Octal | 213 | 327 | 337 | 46 | 4 | 0 | 15 | 272 | 71 | 107 |
| Binary | 10001011 | 11010111 | 11011111 | 100110 | 100 | 0 | 1101 | 10111010 | 111001 | 1000111 |
Color Harmonies of #8BD7DF
Complementary color
Monochromatic Colors of #8BD7DF
Black with #8BD7DF
Text Example
Text Example
White with #8BD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7DF; }
p { color: rgb(139,215,223); }
H1.HeaderClassName
{
color: #8BD7DF;
}
.AnyTagClassName
{
color: #8BD7DF;
}
</style>
background-color css
<style>
a { background-color: #8BD7DF; }
a { background-color: rgb(139,215,223); }
div.DivClassName
{
background-color: #8BD7DF;
}
.BgClassName
{
background-color: #8BD7DF;
}
</style>
border-color css
<style>
span { border-color: #8BD7DF; }
span { border-color: rgb(139,215,223); }
td.TdClassName
{
border-color: #8BD7DF;
}
.TagClassName
{
border-color: #8BD7DF;
}
</style>