Shades of Spray #89DEE5
Tints of Spray #89DEE5
RGB
CMYK
RGB Variations
Color information
#89DEE5 (or 0x89DEE5) is known color: Spray. HEX triplet: 89, DE and E5. RGB value is (137,222,229). Sum of RGB (Red+Green+Blue) = 137+222+229=588 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.30% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #89DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DEE5 is #76211A. Grayscale: #C5C5C5. Windows color (decimal): -7741723 or 15064713. OLE color: 15064713.
HSL color Cylindrical-coordinate representation of color #89DEE5: hue angle of 184.57º degrees, saturation: 0.64, 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 #89DEE5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 222 | 229 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.10 |
| HSL | 184.57º | 0.64% | 0.72% | - |
| HSV(B) | 184.57º | 0.4% | 0.9% | - |
| XYZ | 50.58 | 63.22 | 83.67 | - |
| YUV | 197.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 229 | 0.40 | 0.03 | 0 | 0.10 | 184.57 | 0.64 | 0.72 |
| Hex | 89 | DE | E5 | 28 | 3 | 0 | A | B9 | 40 | 48 |
| Octal | 211 | 336 | 345 | 50 | 3 | 0 | 12 | 271 | 100 | 110 |
| Binary | 10001001 | 11011110 | 11100101 | 101000 | 11 | 0 | 1010 | 10111001 | 1000000 | 1001000 |
Color Harmonies of #89DEE5
Complementary color
Monochromatic Colors of #89DEE5
Black with #89DEE5
Text Example
Text Example
White with #89DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DEE5; }
p { color: rgb(137,222,229); }
H1.HeaderClassName
{
color: #89DEE5;
}
.AnyTagClassName
{
color: #89DEE5;
}
</style>
background-color css
<style>
a { background-color: #89DEE5; }
a { background-color: rgb(137,222,229); }
div.DivClassName
{
background-color: #89DEE5;
}
.BgClassName
{
background-color: #89DEE5;
}
</style>
border-color css
<style>
span { border-color: #89DEE5; }
span { border-color: rgb(137,222,229); }
td.TdClassName
{
border-color: #89DEE5;
}
.TagClassName
{
border-color: #89DEE5;
}
</style>