Shades of Spray #89DFDE
Tints of Spray #89DFDE
RGB
CMYK
RGB Variations
Color information
#89DFDE (or 0x89DFDE) is known color: Spray. HEX triplet: 89, DF and DE. RGB value is (137,223,222). Sum of RGB (Red+Green+Blue) = 137+223+222=582 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.54% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DFDE is #762021. Grayscale: #C5C5C5. Windows color (decimal): -7741474 or 14606217. OLE color: 14606217.
HSL color Cylindrical-coordinate representation of color #89DFDE: hue angle of 179.3º 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 #89DFDE is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 222 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.13 |
| HSL | 179.3º | 0.57% | 0.71% | - |
| HSV(B) | 179.3º | 0.39% | 0.87% | - |
| XYZ | 49.89 | 63.37 | 78.71 | - |
| YUV | 197.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 222 | 0.39 | 0 | 0.00 | 0.13 | 179.3 | 0.57 | 0.71 |
| Hex | 89 | DF | DE | 27 | 0 | 0 | D | B3 | 39 | 47 |
| Octal | 211 | 337 | 336 | 47 | 0 | 0 | 15 | 263 | 71 | 107 |
| Binary | 10001001 | 11011111 | 11011110 | 100111 | 0 | 0 | 1101 | 10110011 | 111001 | 1000111 |
Color Harmonies of #89DFDE
Complementary color
Monochromatic Colors of #89DFDE
Black with #89DFDE
Text Example
Text Example
White with #89DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFDE; }
p { color: rgb(137,223,222); }
H1.HeaderClassName
{
color: #89DFDE;
}
.AnyTagClassName
{
color: #89DFDE;
}
</style>
background-color css
<style>
a { background-color: #89DFDE; }
a { background-color: rgb(137,223,222); }
div.DivClassName
{
background-color: #89DFDE;
}
.BgClassName
{
background-color: #89DFDE;
}
</style>
border-color css
<style>
span { border-color: #89DFDE; }
span { border-color: rgb(137,223,222); }
td.TdClassName
{
border-color: #89DFDE;
}
.TagClassName
{
border-color: #89DFDE;
}
</style>