Shades of Spray #89DEDC
Tints of Spray #89DEDC
RGB
CMYK
RGB Variations
Color information
#89DEDC (or 0x89DEDC) is known color: Spray. HEX triplet: 89, DE and DC. RGB value is (137,222,220). Sum of RGB (Red+Green+Blue) = 137+222+220=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DEDC is #762123. Grayscale: #C4C4C4. Windows color (decimal): -7741732 or 14474889. OLE color: 14474889.
HSL color Cylindrical-coordinate representation of color #89DEDC: hue angle of 178.59º degrees, saturation: 0.56, 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 #89DEDC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 222 | 220 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.13 |
| HSL | 178.59º | 0.56% | 0.7% | - |
| HSV(B) | 178.59º | 0.38% | 0.87% | - |
| XYZ | 49.36 | 62.73 | 77.22 | - |
| YUV | 196.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 220 | 0.38 | 0 | 0.01 | 0.13 | 178.59 | 0.56 | 0.7 |
| Hex | 89 | DE | DC | 26 | 0 | 1 | D | B3 | 38 | 46 |
| Octal | 211 | 336 | 334 | 46 | 0 | 1 | 15 | 263 | 70 | 106 |
| Binary | 10001001 | 11011110 | 11011100 | 100110 | 0 | 1 | 1101 | 10110011 | 111000 | 1000110 |
Color Harmonies of #89DEDC
Complementary color
Monochromatic Colors of #89DEDC
Black with #89DEDC
Text Example
Text Example
White with #89DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DEDC; }
p { color: rgb(137,222,220); }
H1.HeaderClassName
{
color: #89DEDC;
}
.AnyTagClassName
{
color: #89DEDC;
}
</style>
background-color css
<style>
a { background-color: #89DEDC; }
a { background-color: rgb(137,222,220); }
div.DivClassName
{
background-color: #89DEDC;
}
.BgClassName
{
background-color: #89DEDC;
}
</style>
border-color css
<style>
span { border-color: #89DEDC; }
span { border-color: rgb(137,222,220); }
td.TdClassName
{
border-color: #89DEDC;
}
.TagClassName
{
border-color: #89DEDC;
}
</style>