Shades of Spray #89DBDC
Tints of Spray #89DBDC
RGB
CMYK
RGB Variations
Color information
#89DBDC (or 0x89DBDC) is known color: Spray. HEX triplet: 89, DB and DC. RGB value is (137,219,220). Sum of RGB (Red+Green+Blue) = 137+219+220=576 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.78% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #89DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBDC is #762423. Grayscale: #C2C2C2. Windows color (decimal): -7742500 or 14474121. OLE color: 14474121.
HSL color Cylindrical-coordinate representation of color #89DBDC: hue angle of 180.72º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DBDC is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 220 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.14 |
| HSL | 180.72º | 0.54% | 0.7% | - |
| HSV(B) | 180.72º | 0.38% | 0.86% | - |
| XYZ | 48.57 | 61.15 | 76.95 | - |
| YUV | 194.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 220 | 0.38 | 0.00 | 0 | 0.14 | 180.72 | 0.54 | 0.7 |
| Hex | 89 | DB | DC | 26 | 0 | 0 | E | B5 | 36 | 46 |
| Octal | 211 | 333 | 334 | 46 | 0 | 0 | 16 | 265 | 66 | 106 |
| Binary | 10001001 | 11011011 | 11011100 | 100110 | 0 | 0 | 1110 | 10110101 | 110110 | 1000110 |
Color Harmonies of #89DBDC
Complementary color
Monochromatic Colors of #89DBDC
Black with #89DBDC
Text Example
Text Example
White with #89DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBDC; }
p { color: rgb(137,219,220); }
H1.HeaderClassName
{
color: #89DBDC;
}
.AnyTagClassName
{
color: #89DBDC;
}
</style>
background-color css
<style>
a { background-color: #89DBDC; }
a { background-color: rgb(137,219,220); }
div.DivClassName
{
background-color: #89DBDC;
}
.BgClassName
{
background-color: #89DBDC;
}
</style>
border-color css
<style>
span { border-color: #89DBDC; }
span { border-color: rgb(137,219,220); }
td.TdClassName
{
border-color: #89DBDC;
}
.TagClassName
{
border-color: #89DBDC;
}
</style>