Shades of Spray #89DADA
Tints of Spray #89DADA
RGB
CMYK
RGB Variations
Color information
#89DADA (or 0x89DADA) is known color: Spray. HEX triplet: 89, DA and DA. RGB value is (137,218,218). Sum of RGB (Red+Green+Blue) = 137+218+218=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #89DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DADA is #762525. Grayscale: #C1C1C1. Windows color (decimal): -7742758 or 14342793. OLE color: 14342793.
HSL color Cylindrical-coordinate representation of color #89DADA: hue angle of 180º 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 #89DADA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 218 | - |
| CMYK | 0.37 | 0 | 0 | 0.15 |
| HSL | 180º | 0.52% | 0.7% | - |
| HSV(B) | 180º | 0.37% | 0.85% | - |
| XYZ | 48.04 | 60.52 | 75.48 | - |
| YUV | 193.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 218 | 0.37 | 0 | 0 | 0.15 | 180 | 0.52 | 0.7 |
| Hex | 89 | DA | DA | 25 | 0 | 0 | F | B4 | 34 | 46 |
| Octal | 211 | 332 | 332 | 45 | 0 | 0 | 17 | 264 | 64 | 106 |
| Binary | 10001001 | 11011010 | 11011010 | 100101 | 0 | 0 | 1111 | 10110100 | 110100 | 1000110 |
Color Harmonies of #89DADA
Complementary color
Monochromatic Colors of #89DADA
Black with #89DADA
Text Example
Text Example
White with #89DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DADA; }
p { color: rgb(137,218,218); }
H1.HeaderClassName
{
color: #89DADA;
}
.AnyTagClassName
{
color: #89DADA;
}
</style>
background-color css
<style>
a { background-color: #89DADA; }
a { background-color: rgb(137,218,218); }
div.DivClassName
{
background-color: #89DADA;
}
.BgClassName
{
background-color: #89DADA;
}
</style>
border-color css
<style>
span { border-color: #89DADA; }
span { border-color: rgb(137,218,218); }
td.TdClassName
{
border-color: #89DADA;
}
.TagClassName
{
border-color: #89DADA;
}
</style>