Shades of Spray #89D2E0
Tints of Spray #89D2E0
RGB
CMYK
RGB Variations
Color information
#89D2E0 (or 0x89D2E0) is known color: Spray. HEX triplet: 89, D2 and E0. RGB value is (137,210,224). Sum of RGB (Red+Green+Blue) = 137+210+224=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #89D2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2E0 is #762D1F. Grayscale: #BDBDBD. Windows color (decimal): -7744800 or 14733961. OLE color: 14733961.
HSL color Cylindrical-coordinate representation of color #89D2E0: hue angle of 189.66º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89D2E0 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 210 | 224 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.12 |
| HSL | 189.66º | 0.58% | 0.71% | - |
| HSV(B) | 189.66º | 0.39% | 0.88% | - |
| XYZ | 46.82 | 56.79 | 79.02 | - |
| YUV | 189.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 210 | 224 | 0.39 | 0.06 | 0 | 0.12 | 189.66 | 0.58 | 0.71 |
| Hex | 89 | D2 | E0 | 27 | 6 | 0 | C | BE | 3A | 47 |
| Octal | 211 | 322 | 340 | 47 | 6 | 0 | 14 | 276 | 72 | 107 |
| Binary | 10001001 | 11010010 | 11100000 | 100111 | 110 | 0 | 1100 | 10111110 | 111010 | 1000111 |
Color Harmonies of #89D2E0
Complementary color
Monochromatic Colors of #89D2E0
Black with #89D2E0
Text Example
Text Example
White with #89D2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D2E0; }
p { color: rgb(137,210,224); }
H1.HeaderClassName
{
color: #89D2E0;
}
.AnyTagClassName
{
color: #89D2E0;
}
</style>
background-color css
<style>
a { background-color: #89D2E0; }
a { background-color: rgb(137,210,224); }
div.DivClassName
{
background-color: #89D2E0;
}
.BgClassName
{
background-color: #89D2E0;
}
</style>
border-color css
<style>
span { border-color: #89D2E0; }
span { border-color: rgb(137,210,224); }
td.TdClassName
{
border-color: #89D2E0;
}
.TagClassName
{
border-color: #89D2E0;
}
</style>