Shades of Spray #89D5DF
Tints of Spray #89D5DF
RGB
CMYK
RGB Variations
Color information
#89D5DF (or 0x89D5DF) is known color: Spray. HEX triplet: 89, D5 and DF. RGB value is (137,213,223). Sum of RGB (Red+Green+Blue) = 137+213+223=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #89D5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D5DF is #762A20. Grayscale: #BFBFBF. Windows color (decimal): -7744033 or 14669193. OLE color: 14669193.
HSL color Cylindrical-coordinate representation of color #89D5DF: hue angle of 186.98º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89D5DF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 213 | 223 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.13 |
| HSL | 186.98º | 0.57% | 0.71% | - |
| HSV(B) | 186.98º | 0.39% | 0.87% | - |
| XYZ | 47.43 | 58.23 | 78.55 | - |
| YUV | 191.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 213 | 223 | 0.39 | 0.04 | 0 | 0.13 | 186.98 | 0.57 | 0.71 |
| Hex | 89 | D5 | DF | 27 | 4 | 0 | D | BB | 39 | 47 |
| Octal | 211 | 325 | 337 | 47 | 4 | 0 | 15 | 273 | 71 | 107 |
| Binary | 10001001 | 11010101 | 11011111 | 100111 | 100 | 0 | 1101 | 10111011 | 111001 | 1000111 |
Color Harmonies of #89D5DF
Complementary color
Monochromatic Colors of #89D5DF
Black with #89D5DF
Text Example
Text Example
White with #89D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D5DF; }
p { color: rgb(137,213,223); }
H1.HeaderClassName
{
color: #89D5DF;
}
.AnyTagClassName
{
color: #89D5DF;
}
</style>
background-color css
<style>
a { background-color: #89D5DF; }
a { background-color: rgb(137,213,223); }
div.DivClassName
{
background-color: #89D5DF;
}
.BgClassName
{
background-color: #89D5DF;
}
</style>
border-color css
<style>
span { border-color: #89D5DF; }
span { border-color: rgb(137,213,223); }
td.TdClassName
{
border-color: #89D5DF;
}
.TagClassName
{
border-color: #89D5DF;
}
</style>