Shades of Spray #89DEE6
Tints of Spray #89DEE6
RGB
CMYK
RGB Variations
Color information
#89DEE6 (or 0x89DEE6) is known color: Spray. HEX triplet: 89, DE and E6. RGB value is (137,222,230). Sum of RGB (Red+Green+Blue) = 137+222+230=589 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.26% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #89DEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DEE6 is #762119. Grayscale: #C5C5C5. Windows color (decimal): -7741722 or 15130249. OLE color: 15130249.
HSL color Cylindrical-coordinate representation of color #89DEE6: hue angle of 185.16º degrees, saturation: 0.65, 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 #89DEE6 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 222 | 230 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.10 |
| HSL | 185.16º | 0.65% | 0.72% | - |
| HSV(B) | 185.16º | 0.4% | 0.9% | - |
| XYZ | 50.72 | 63.27 | 84.4 | - |
| YUV | 197.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 230 | 0.40 | 0.03 | 0 | 0.10 | 185.16 | 0.65 | 0.72 |
| Hex | 89 | DE | E6 | 28 | 3 | 0 | A | B9 | 41 | 48 |
| Octal | 211 | 336 | 346 | 50 | 3 | 0 | 12 | 271 | 101 | 110 |
| Binary | 10001001 | 11011110 | 11100110 | 101000 | 11 | 0 | 1010 | 10111001 | 1000001 | 1001000 |
Color Harmonies of #89DEE6
Complementary color
Monochromatic Colors of #89DEE6
Black with #89DEE6
Text Example
Text Example
White with #89DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DEE6; }
p { color: rgb(137,222,230); }
H1.HeaderClassName
{
color: #89DEE6;
}
.AnyTagClassName
{
color: #89DEE6;
}
</style>
background-color css
<style>
a { background-color: #89DEE6; }
a { background-color: rgb(137,222,230); }
div.DivClassName
{
background-color: #89DEE6;
}
.BgClassName
{
background-color: #89DEE6;
}
</style>
border-color css
<style>
span { border-color: #89DEE6; }
span { border-color: rgb(137,222,230); }
td.TdClassName
{
border-color: #89DEE6;
}
.TagClassName
{
border-color: #89DEE6;
}
</style>