Shades of Spray #89DDDF
Tints of Spray #89DDDF
RGB
CMYK
RGB Variations
Color information
#89DDDF (or 0x89DDDF) is known color: Spray. HEX triplet: 89, DD and DF. RGB value is (137,221,223). Sum of RGB (Red+Green+Blue) = 137+221+223=581 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.58% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #89DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDDF is #762220. Grayscale: #C4C4C4. Windows color (decimal): -7741985 or 14671241. OLE color: 14671241.
HSL color Cylindrical-coordinate representation of color #89DDDF: hue angle of 181.4º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DDDF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 223 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.13 |
| HSL | 181.4º | 0.57% | 0.71% | - |
| HSV(B) | 181.4º | 0.39% | 0.87% | - |
| XYZ | 49.49 | 62.36 | 79.24 | - |
| YUV | 196.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 223 | 0.39 | 0.01 | 0 | 0.13 | 181.4 | 0.57 | 0.71 |
| Hex | 89 | DD | DF | 27 | 1 | 0 | D | B5 | 39 | 47 |
| Octal | 211 | 335 | 337 | 47 | 1 | 0 | 15 | 265 | 71 | 107 |
| Binary | 10001001 | 11011101 | 11011111 | 100111 | 1 | 0 | 1101 | 10110101 | 111001 | 1000111 |
Color Harmonies of #89DDDF
Complementary color
Monochromatic Colors of #89DDDF
Black with #89DDDF
Text Example
Text Example
White with #89DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDDF; }
p { color: rgb(137,221,223); }
H1.HeaderClassName
{
color: #89DDDF;
}
.AnyTagClassName
{
color: #89DDDF;
}
</style>
background-color css
<style>
a { background-color: #89DDDF; }
a { background-color: rgb(137,221,223); }
div.DivClassName
{
background-color: #89DDDF;
}
.BgClassName
{
background-color: #89DDDF;
}
</style>
border-color css
<style>
span { border-color: #89DDDF; }
span { border-color: rgb(137,221,223); }
td.TdClassName
{
border-color: #89DDDF;
}
.TagClassName
{
border-color: #89DDDF;
}
</style>