Shades of Spray #89C9D8
Tints of Spray #89C9D8
RGB
CMYK
RGB Variations
Color information
#89C9D8 (or 0x89C9D8) is known color: Spray. HEX triplet: 89, C9 and D8. RGB value is (137,201,216). Sum of RGB (Red+Green+Blue) = 137+201+216=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #89C9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C9D8 is #763627. Grayscale: #B7B7B7. Windows color (decimal): -7747112 or 14207369. OLE color: 14207369.
HSL color Cylindrical-coordinate representation of color #89C9D8: hue angle of 191.39º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89C9D8 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 201 | 216 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.15 |
| HSL | 191.39º | 0.5% | 0.69% | - |
| HSV(B) | 191.39º | 0.37% | 0.85% | - |
| XYZ | 43.6 | 52.05 | 72.71 | - |
| YUV | 183.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 216 | 0.37 | 0.07 | 0 | 0.15 | 191.39 | 0.5 | 0.69 |
| Hex | 89 | C9 | D8 | 25 | 7 | 0 | F | BF | 32 | 45 |
| Octal | 211 | 311 | 330 | 45 | 7 | 0 | 17 | 277 | 62 | 105 |
| Binary | 10001001 | 11001001 | 11011000 | 100101 | 111 | 0 | 1111 | 10111111 | 110010 | 1000101 |
Color Harmonies of #89C9D8
Complementary color
Monochromatic Colors of #89C9D8
Black with #89C9D8
Text Example
Text Example
White with #89C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C9D8; }
p { color: rgb(137,201,216); }
H1.HeaderClassName
{
color: #89C9D8;
}
.AnyTagClassName
{
color: #89C9D8;
}
</style>
background-color css
<style>
a { background-color: #89C9D8; }
a { background-color: rgb(137,201,216); }
div.DivClassName
{
background-color: #89C9D8;
}
.BgClassName
{
background-color: #89C9D8;
}
</style>
border-color css
<style>
span { border-color: #89C9D8; }
span { border-color: rgb(137,201,216); }
td.TdClassName
{
border-color: #89C9D8;
}
.TagClassName
{
border-color: #89C9D8;
}
</style>