Shades of Spray #89D1DB
Tints of Spray #89D1DB
RGB
CMYK
RGB Variations
Color information
#89D1DB (or 0x89D1DB) is known color: Spray. HEX triplet: 89, D1 and DB. RGB value is (137,209,219). Sum of RGB (Red+Green+Blue) = 137+209+219=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #89D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D1DB is #762E24. Grayscale: #BCBCBC. Windows color (decimal): -7745061 or 14406025. OLE color: 14406025.
HSL color Cylindrical-coordinate representation of color #89D1DB: hue angle of 187.32º 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 #89D1DB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 209 | 219 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.14 |
| HSL | 187.32º | 0.53% | 0.7% | - |
| HSV(B) | 187.32º | 0.37% | 0.86% | - |
| XYZ | 45.9 | 56.03 | 75.41 | - |
| YUV | 188.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 209 | 219 | 0.37 | 0.05 | 0 | 0.14 | 187.32 | 0.53 | 0.7 |
| Hex | 89 | D1 | DB | 25 | 5 | 0 | E | BB | 35 | 46 |
| Octal | 211 | 321 | 333 | 45 | 5 | 0 | 16 | 273 | 65 | 106 |
| Binary | 10001001 | 11010001 | 11011011 | 100101 | 101 | 0 | 1110 | 10111011 | 110101 | 1000110 |
Color Harmonies of #89D1DB
Complementary color
Monochromatic Colors of #89D1DB
Black with #89D1DB
Text Example
Text Example
White with #89D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D1DB; }
p { color: rgb(137,209,219); }
H1.HeaderClassName
{
color: #89D1DB;
}
.AnyTagClassName
{
color: #89D1DB;
}
</style>
background-color css
<style>
a { background-color: #89D1DB; }
a { background-color: rgb(137,209,219); }
div.DivClassName
{
background-color: #89D1DB;
}
.BgClassName
{
background-color: #89D1DB;
}
</style>
border-color css
<style>
span { border-color: #89D1DB; }
span { border-color: rgb(137,209,219); }
td.TdClassName
{
border-color: #89D1DB;
}
.TagClassName
{
border-color: #89D1DB;
}
</style>