Shades of Spray #89D3DA
Tints of Spray #89D3DA
RGB
CMYK
RGB Variations
Color information
#89D3DA (or 0x89D3DA) is known color: Spray. HEX triplet: 89, D3 and DA. RGB value is (137,211,218). Sum of RGB (Red+Green+Blue) = 137+211+218=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #89D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D3DA is #762C25. Grayscale: #BDBDBD. Windows color (decimal): -7744550 or 14341001. OLE color: 14341001.
HSL color Cylindrical-coordinate representation of color #89D3DA: hue angle of 185.19º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D3DA is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 211 | 218 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.15 |
| HSL | 185.19º | 0.52% | 0.7% | - |
| HSV(B) | 185.19º | 0.37% | 0.85% | - |
| XYZ | 46.27 | 56.97 | 74.89 | - |
| YUV | 189.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 218 | 0.37 | 0.03 | 0 | 0.15 | 185.19 | 0.52 | 0.7 |
| Hex | 89 | D3 | DA | 25 | 3 | 0 | F | B9 | 34 | 46 |
| Octal | 211 | 323 | 332 | 45 | 3 | 0 | 17 | 271 | 64 | 106 |
| Binary | 10001001 | 11010011 | 11011010 | 100101 | 11 | 0 | 1111 | 10111001 | 110100 | 1000110 |
Color Harmonies of #89D3DA
Complementary color
Monochromatic Colors of #89D3DA
Black with #89D3DA
Text Example
Text Example
White with #89D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D3DA; }
p { color: rgb(137,211,218); }
H1.HeaderClassName
{
color: #89D3DA;
}
.AnyTagClassName
{
color: #89D3DA;
}
</style>
background-color css
<style>
a { background-color: #89D3DA; }
a { background-color: rgb(137,211,218); }
div.DivClassName
{
background-color: #89D3DA;
}
.BgClassName
{
background-color: #89D3DA;
}
</style>
border-color css
<style>
span { border-color: #89D3DA; }
span { border-color: rgb(137,211,218); }
td.TdClassName
{
border-color: #89D3DA;
}
.TagClassName
{
border-color: #89D3DA;
}
</style>