Shades of Spray #89DBDD
Tints of Spray #89DBDD
RGB
CMYK
RGB Variations
Color information
#89DBDD (or 0x89DBDD) is known color: Spray. HEX triplet: 89, DB and DD. RGB value is (137,219,221). Sum of RGB (Red+Green+Blue) = 137+219+221=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #89DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBDD is #762422. Grayscale: #C2C2C2. Windows color (decimal): -7742499 or 14539657. OLE color: 14539657.
HSL color Cylindrical-coordinate representation of color #89DBDD: hue angle of 181.43º 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 #89DBDD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 219 | 221 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.13 |
| HSL | 181.43º | 0.55% | 0.7% | - |
| HSV(B) | 181.43º | 0.38% | 0.87% | - |
| XYZ | 48.7 | 61.2 | 77.65 | - |
| YUV | 194.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 221 | 0.38 | 0.01 | 0 | 0.13 | 181.43 | 0.55 | 0.7 |
| Hex | 89 | DB | DD | 26 | 1 | 0 | D | B5 | 37 | 46 |
| Octal | 211 | 333 | 335 | 46 | 1 | 0 | 15 | 265 | 67 | 106 |
| Binary | 10001001 | 11011011 | 11011101 | 100110 | 1 | 0 | 1101 | 10110101 | 110111 | 1000110 |
Color Harmonies of #89DBDD
Complementary color
Monochromatic Colors of #89DBDD
Black with #89DBDD
Text Example
Text Example
White with #89DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBDD; }
p { color: rgb(137,219,221); }
H1.HeaderClassName
{
color: #89DBDD;
}
.AnyTagClassName
{
color: #89DBDD;
}
</style>
background-color css
<style>
a { background-color: #89DBDD; }
a { background-color: rgb(137,219,221); }
div.DivClassName
{
background-color: #89DBDD;
}
.BgClassName
{
background-color: #89DBDD;
}
</style>
border-color css
<style>
span { border-color: #89DBDD; }
span { border-color: rgb(137,219,221); }
td.TdClassName
{
border-color: #89DBDD;
}
.TagClassName
{
border-color: #89DBDD;
}
</style>