Shades of Spray #89D3E1
Tints of Spray #89D3E1
RGB
CMYK
RGB Variations
Color information
#89D3E1 (or 0x89D3E1) is known color: Spray. HEX triplet: 89, D3 and E1. RGB value is (137,211,225). Sum of RGB (Red+Green+Blue) = 137+211+225=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #89D3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D3E1 is #762C1E. Grayscale: #BEBEBE. Windows color (decimal): -7744543 or 14799753. OLE color: 14799753.
HSL color Cylindrical-coordinate representation of color #89D3E1: hue angle of 189.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89D3E1 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 211 | 225 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.12 |
| HSL | 189.55º | 0.59% | 0.71% | - |
| HSV(B) | 189.55º | 0.39% | 0.88% | - |
| XYZ | 47.2 | 57.34 | 79.81 | - |
| YUV | 190.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 225 | 0.39 | 0.06 | 0 | 0.12 | 189.55 | 0.59 | 0.71 |
| Hex | 89 | D3 | E1 | 27 | 6 | 0 | C | BE | 3B | 47 |
| Octal | 211 | 323 | 341 | 47 | 6 | 0 | 14 | 276 | 73 | 107 |
| Binary | 10001001 | 11010011 | 11100001 | 100111 | 110 | 0 | 1100 | 10111110 | 111011 | 1000111 |
Color Harmonies of #89D3E1
Complementary color
Monochromatic Colors of #89D3E1
Black with #89D3E1
Text Example
Text Example
White with #89D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D3E1; }
p { color: rgb(137,211,225); }
H1.HeaderClassName
{
color: #89D3E1;
}
.AnyTagClassName
{
color: #89D3E1;
}
</style>
background-color css
<style>
a { background-color: #89D3E1; }
a { background-color: rgb(137,211,225); }
div.DivClassName
{
background-color: #89D3E1;
}
.BgClassName
{
background-color: #89D3E1;
}
</style>
border-color css
<style>
span { border-color: #89D3E1; }
span { border-color: rgb(137,211,225); }
td.TdClassName
{
border-color: #89D3E1;
}
.TagClassName
{
border-color: #89D3E1;
}
</style>