Shades of Spray #89DCE6
Tints of Spray #89DCE6
RGB
CMYK
RGB Variations
Color information
#89DCE6 (or 0x89DCE6) is known color: Spray. HEX triplet: 89, DC and E6. RGB value is (137,220,230). Sum of RGB (Red+Green+Blue) = 137+220+230=587 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.34% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #89DCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DCE6 is #762319. Grayscale: #C4C4C4. Windows color (decimal): -7742234 or 15129737. OLE color: 15129737.
HSL color Cylindrical-coordinate representation of color #89DCE6: hue angle of 186.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DCE6 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 220 | 230 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.10 |
| HSL | 186.45º | 0.65% | 0.72% | - |
| HSV(B) | 186.45º | 0.4% | 0.9% | - |
| XYZ | 50.19 | 62.22 | 84.23 | - |
| YUV | 196.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 230 | 0.40 | 0.04 | 0 | 0.10 | 186.45 | 0.65 | 0.72 |
| Hex | 89 | DC | E6 | 28 | 4 | 0 | A | BA | 41 | 48 |
| Octal | 211 | 334 | 346 | 50 | 4 | 0 | 12 | 272 | 101 | 110 |
| Binary | 10001001 | 11011100 | 11100110 | 101000 | 100 | 0 | 1010 | 10111010 | 1000001 | 1001000 |
Color Harmonies of #89DCE6
Complementary color
Monochromatic Colors of #89DCE6
Black with #89DCE6
Text Example
Text Example
White with #89DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCE6; }
p { color: rgb(137,220,230); }
H1.HeaderClassName
{
color: #89DCE6;
}
.AnyTagClassName
{
color: #89DCE6;
}
</style>
background-color css
<style>
a { background-color: #89DCE6; }
a { background-color: rgb(137,220,230); }
div.DivClassName
{
background-color: #89DCE6;
}
.BgClassName
{
background-color: #89DCE6;
}
</style>
border-color css
<style>
span { border-color: #89DCE6; }
span { border-color: rgb(137,220,230); }
td.TdClassName
{
border-color: #89DCE6;
}
.TagClassName
{
border-color: #89DCE6;
}
</style>