Shades of Spray #89DFDF
Tints of Spray #89DFDF
RGB
CMYK
RGB Variations
Color information
#89DFDF (or 0x89DFDF) is known color: Spray. HEX triplet: 89, DF and DF. RGB value is (137,223,223). Sum of RGB (Red+Green+Blue) = 137+223+223=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #89DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DFDF is #762020. Grayscale: #C5C5C5. Windows color (decimal): -7741473 or 14671753. OLE color: 14671753.
HSL color Cylindrical-coordinate representation of color #89DFDF: hue angle of 180º 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 #89DFDF is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 223 | - |
| CMYK | 0.39 | 0 | 0 | 0.13 |
| HSL | 180º | 0.57% | 0.71% | - |
| HSV(B) | 180º | 0.39% | 0.87% | - |
| XYZ | 50.02 | 63.42 | 79.42 | - |
| YUV | 197.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 223 | 0.39 | 0 | 0 | 0.13 | 180 | 0.57 | 0.71 |
| Hex | 89 | DF | DF | 27 | 0 | 0 | D | B4 | 39 | 47 |
| Octal | 211 | 337 | 337 | 47 | 0 | 0 | 15 | 264 | 71 | 107 |
| Binary | 10001001 | 11011111 | 11011111 | 100111 | 0 | 0 | 1101 | 10110100 | 111001 | 1000111 |
Color Harmonies of #89DFDF
Complementary color
Monochromatic Colors of #89DFDF
Black with #89DFDF
Text Example
Text Example
White with #89DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFDF; }
p { color: rgb(137,223,223); }
H1.HeaderClassName
{
color: #89DFDF;
}
.AnyTagClassName
{
color: #89DFDF;
}
</style>
background-color css
<style>
a { background-color: #89DFDF; }
a { background-color: rgb(137,223,223); }
div.DivClassName
{
background-color: #89DFDF;
}
.BgClassName
{
background-color: #89DFDF;
}
</style>
border-color css
<style>
span { border-color: #89DFDF; }
span { border-color: rgb(137,223,223); }
td.TdClassName
{
border-color: #89DFDF;
}
.TagClassName
{
border-color: #89DFDF;
}
</style>