Shades of Spray #8BD1DB
Tints of Spray #8BD1DB
RGB
CMYK
RGB Variations
Color information
#8BD1DB (or 0x8BD1DB) is known color: Spray. HEX triplet: 8B, D1 and DB. RGB value is (139,209,219). Sum of RGB (Red+Green+Blue) = 139+209+219=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BD1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD1DB is #742E24. Grayscale: #BDBDBD. Windows color (decimal): -7613989 or 14406027. OLE color: 14406027.
HSL color Cylindrical-coordinate representation of color #8BD1DB: hue angle of 187.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD1DB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 209 | 219 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.14 |
| HSL | 187.5º | 0.53% | 0.7% | - |
| HSV(B) | 187.5º | 0.37% | 0.86% | - |
| XYZ | 46.23 | 56.2 | 75.43 | - |
| YUV | 189.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 219 | 0.37 | 0.05 | 0 | 0.14 | 187.5 | 0.53 | 0.7 |
| Hex | 8B | D1 | DB | 25 | 5 | 0 | E | BC | 35 | 46 |
| Octal | 213 | 321 | 333 | 45 | 5 | 0 | 16 | 274 | 65 | 106 |
| Binary | 10001011 | 11010001 | 11011011 | 100101 | 101 | 0 | 1110 | 10111100 | 110101 | 1000110 |
Color Harmonies of #8BD1DB
Complementary color
Monochromatic Colors of #8BD1DB
Black with #8BD1DB
Text Example
Text Example
White with #8BD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD1DB; }
p { color: rgb(139,209,219); }
H1.HeaderClassName
{
color: #8BD1DB;
}
.AnyTagClassName
{
color: #8BD1DB;
}
</style>
background-color css
<style>
a { background-color: #8BD1DB; }
a { background-color: rgb(139,209,219); }
div.DivClassName
{
background-color: #8BD1DB;
}
.BgClassName
{
background-color: #8BD1DB;
}
</style>
border-color css
<style>
span { border-color: #8BD1DB; }
span { border-color: rgb(139,209,219); }
td.TdClassName
{
border-color: #8BD1DB;
}
.TagClassName
{
border-color: #8BD1DB;
}
</style>