Shades of Spray #89D7DF
Tints of Spray #89D7DF
RGB
CMYK
RGB Variations
Color information
#89D7DF (or 0x89D7DF) is known color: Spray. HEX triplet: 89, D7 and DF. RGB value is (137,215,223). Sum of RGB (Red+Green+Blue) = 137+215+223=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #89D7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D7DF is #762820. Grayscale: #C0C0C0. Windows color (decimal): -7743521 or 14669705. OLE color: 14669705.
HSL color Cylindrical-coordinate representation of color #89D7DF: hue angle of 185.58º 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 #89D7DF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 215 | 223 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.13 |
| HSL | 185.58º | 0.57% | 0.71% | - |
| HSV(B) | 185.58º | 0.39% | 0.87% | - |
| XYZ | 47.94 | 59.25 | 78.72 | - |
| YUV | 192.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 215 | 223 | 0.39 | 0.04 | 0 | 0.13 | 185.58 | 0.57 | 0.71 |
| Hex | 89 | D7 | DF | 27 | 4 | 0 | D | BA | 39 | 47 |
| Octal | 211 | 327 | 337 | 47 | 4 | 0 | 15 | 272 | 71 | 107 |
| Binary | 10001001 | 11010111 | 11011111 | 100111 | 100 | 0 | 1101 | 10111010 | 111001 | 1000111 |
Color Harmonies of #89D7DF
Complementary color
Monochromatic Colors of #89D7DF
Black with #89D7DF
Text Example
Text Example
White with #89D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D7DF; }
p { color: rgb(137,215,223); }
H1.HeaderClassName
{
color: #89D7DF;
}
.AnyTagClassName
{
color: #89D7DF;
}
</style>
background-color css
<style>
a { background-color: #89D7DF; }
a { background-color: rgb(137,215,223); }
div.DivClassName
{
background-color: #89D7DF;
}
.BgClassName
{
background-color: #89D7DF;
}
</style>
border-color css
<style>
span { border-color: #89D7DF; }
span { border-color: rgb(137,215,223); }
td.TdClassName
{
border-color: #89D7DF;
}
.TagClassName
{
border-color: #89D7DF;
}
</style>