Shades of Spray #89C5DB
Tints of Spray #89C5DB
RGB
CMYK
RGB Variations
Color information
#89C5DB (or 0x89C5DB) is known color: Spray. HEX triplet: 89, C5 and DB. RGB value is (137,197,219). Sum of RGB (Red+Green+Blue) = 137+197+219=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5DB is #763A24. Grayscale: #B5B5B5. Windows color (decimal): -7748133 or 14402953. OLE color: 14402953.
HSL color Cylindrical-coordinate representation of color #89C5DB: hue angle of 196.1º 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 #89C5DB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 197 | 219 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.14 |
| HSL | 196.1º | 0.53% | 0.7% | - |
| HSV(B) | 196.1º | 0.37% | 0.86% | - |
| XYZ | 43.07 | 50.37 | 74.47 | - |
| YUV | 181.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 219 | 0.37 | 0.10 | 0 | 0.14 | 196.1 | 0.53 | 0.7 |
| Hex | 89 | C5 | DB | 25 | A | 0 | E | C4 | 35 | 46 |
| Octal | 211 | 305 | 333 | 45 | 12 | 0 | 16 | 304 | 65 | 106 |
| Binary | 10001001 | 11000101 | 11011011 | 100101 | 1010 | 0 | 1110 | 11000100 | 110101 | 1000110 |
Color Harmonies of #89C5DB
Complementary color
Monochromatic Colors of #89C5DB
Black with #89C5DB
Text Example
Text Example
White with #89C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C5DB; }
p { color: rgb(137,197,219); }
H1.HeaderClassName
{
color: #89C5DB;
}
.AnyTagClassName
{
color: #89C5DB;
}
</style>
background-color css
<style>
a { background-color: #89C5DB; }
a { background-color: rgb(137,197,219); }
div.DivClassName
{
background-color: #89C5DB;
}
.BgClassName
{
background-color: #89C5DB;
}
</style>
border-color css
<style>
span { border-color: #89C5DB; }
span { border-color: rgb(137,197,219); }
td.TdClassName
{
border-color: #89C5DB;
}
.TagClassName
{
border-color: #89C5DB;
}
</style>