Shades of Spray #89D1DE
Tints of Spray #89D1DE
RGB
CMYK
RGB Variations
Color information
#89D1DE (or 0x89D1DE) is known color: Spray. HEX triplet: 89, D1 and DE. RGB value is (137,209,222). Sum of RGB (Red+Green+Blue) = 137+209+222=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #89D1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D1DE is #762E21. Grayscale: #BCBCBC. Windows color (decimal): -7745058 or 14602633. OLE color: 14602633.
HSL color Cylindrical-coordinate representation of color #89D1DE: hue angle of 189.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89D1DE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 209 | 222 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.13 |
| HSL | 189.18º | 0.56% | 0.7% | - |
| HSV(B) | 189.18º | 0.38% | 0.87% | - |
| XYZ | 46.3 | 56.19 | 77.51 | - |
| YUV | 188.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 209 | 222 | 0.38 | 0.06 | 0 | 0.13 | 189.18 | 0.56 | 0.7 |
| Hex | 89 | D1 | DE | 26 | 6 | 0 | D | BD | 38 | 46 |
| Octal | 211 | 321 | 336 | 46 | 6 | 0 | 15 | 275 | 70 | 106 |
| Binary | 10001001 | 11010001 | 11011110 | 100110 | 110 | 0 | 1101 | 10111101 | 111000 | 1000110 |
Color Harmonies of #89D1DE
Complementary color
Monochromatic Colors of #89D1DE
Black with #89D1DE
Text Example
Text Example
White with #89D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D1DE; }
p { color: rgb(137,209,222); }
H1.HeaderClassName
{
color: #89D1DE;
}
.AnyTagClassName
{
color: #89D1DE;
}
</style>
background-color css
<style>
a { background-color: #89D1DE; }
a { background-color: rgb(137,209,222); }
div.DivClassName
{
background-color: #89D1DE;
}
.BgClassName
{
background-color: #89D1DE;
}
</style>
border-color css
<style>
span { border-color: #89D1DE; }
span { border-color: rgb(137,209,222); }
td.TdClassName
{
border-color: #89D1DE;
}
.TagClassName
{
border-color: #89D1DE;
}
</style>