Shades of Spray #89DADD
Tints of Spray #89DADD
RGB
CMYK
RGB Variations
Color information
#89DADD (or 0x89DADD) is known color: Spray. HEX triplet: 89, DA and DD. RGB value is (137,218,221). Sum of RGB (Red+Green+Blue) = 137+218+221=576 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.78% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #89DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DADD is #762522. Grayscale: #C2C2C2. Windows color (decimal): -7742755 or 14539401. OLE color: 14539401.
HSL color Cylindrical-coordinate representation of color #89DADD: hue angle of 182.14º degrees, saturation: 0.55, 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 #89DADD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 218 | 221 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.13 |
| HSL | 182.14º | 0.55% | 0.7% | - |
| HSV(B) | 182.14º | 0.38% | 0.87% | - |
| XYZ | 48.44 | 60.68 | 77.57 | - |
| YUV | 194.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 221 | 0.38 | 0.01 | 0 | 0.13 | 182.14 | 0.55 | 0.7 |
| Hex | 89 | DA | DD | 26 | 1 | 0 | D | B6 | 37 | 46 |
| Octal | 211 | 332 | 335 | 46 | 1 | 0 | 15 | 266 | 67 | 106 |
| Binary | 10001001 | 11011010 | 11011101 | 100110 | 1 | 0 | 1101 | 10110110 | 110111 | 1000110 |
Color Harmonies of #89DADD
Complementary color
Monochromatic Colors of #89DADD
Black with #89DADD
Text Example
Text Example
White with #89DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DADD; }
p { color: rgb(137,218,221); }
H1.HeaderClassName
{
color: #89DADD;
}
.AnyTagClassName
{
color: #89DADD;
}
</style>
background-color css
<style>
a { background-color: #89DADD; }
a { background-color: rgb(137,218,221); }
div.DivClassName
{
background-color: #89DADD;
}
.BgClassName
{
background-color: #89DADD;
}
</style>
border-color css
<style>
span { border-color: #89DADD; }
span { border-color: rgb(137,218,221); }
td.TdClassName
{
border-color: #89DADD;
}
.TagClassName
{
border-color: #89DADD;
}
</style>