Shades of Spray #89C7DB
Tints of Spray #89C7DB
RGB
CMYK
RGB Variations
Color information
#89C7DB (or 0x89C7DB) is known color: Spray. HEX triplet: 89, C7 and DB. RGB value is (137,199,219). Sum of RGB (Red+Green+Blue) = 137+199+219=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7DB is #763824. Grayscale: #B6B6B6. Windows color (decimal): -7747621 or 14403465. OLE color: 14403465.
HSL color Cylindrical-coordinate representation of color #89C7DB: hue angle of 194.63º 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 #89C7DB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 199 | 219 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.14 |
| HSL | 194.63º | 0.53% | 0.7% | - |
| HSV(B) | 194.63º | 0.37% | 0.86% | - |
| XYZ | 43.53 | 51.28 | 74.62 | - |
| YUV | 182.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 219 | 0.37 | 0.09 | 0 | 0.14 | 194.63 | 0.53 | 0.7 |
| Hex | 89 | C7 | DB | 25 | 9 | 0 | E | C3 | 35 | 46 |
| Octal | 211 | 307 | 333 | 45 | 11 | 0 | 16 | 303 | 65 | 106 |
| Binary | 10001001 | 11000111 | 11011011 | 100101 | 1001 | 0 | 1110 | 11000011 | 110101 | 1000110 |
Color Harmonies of #89C7DB
Complementary color
Monochromatic Colors of #89C7DB
Black with #89C7DB
Text Example
Text Example
White with #89C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C7DB; }
p { color: rgb(137,199,219); }
H1.HeaderClassName
{
color: #89C7DB;
}
.AnyTagClassName
{
color: #89C7DB;
}
</style>
background-color css
<style>
a { background-color: #89C7DB; }
a { background-color: rgb(137,199,219); }
div.DivClassName
{
background-color: #89C7DB;
}
.BgClassName
{
background-color: #89C7DB;
}
</style>
border-color css
<style>
span { border-color: #89C7DB; }
span { border-color: rgb(137,199,219); }
td.TdClassName
{
border-color: #89C7DB;
}
.TagClassName
{
border-color: #89C7DB;
}
</style>