Shades of Spray #89C9CF
Tints of Spray #89C9CF
RGB
CMYK
RGB Variations
Color information
#89C9CF (or 0x89C9CF) is known color: Spray. HEX triplet: 89, C9 and CF. RGB value is (137,201,207). Sum of RGB (Red+Green+Blue) = 137+201+207=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #89C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C9CF is #763630. Grayscale: #B6B6B6. Windows color (decimal): -7747121 or 13617545. OLE color: 13617545.
HSL color Cylindrical-coordinate representation of color #89C9CF: hue angle of 185.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89C9CF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 201 | 207 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.19 |
| HSL | 185.14º | 0.42% | 0.67% | - |
| HSV(B) | 185.14º | 0.34% | 0.81% | - |
| XYZ | 42.47 | 51.6 | 66.75 | - |
| YUV | 182.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 207 | 0.34 | 0.03 | 0 | 0.19 | 185.14 | 0.42 | 0.67 |
| Hex | 89 | C9 | CF | 22 | 3 | 0 | 13 | B9 | 2A | 43 |
| Octal | 211 | 311 | 317 | 42 | 3 | 0 | 23 | 271 | 52 | 103 |
| Binary | 10001001 | 11001001 | 11001111 | 100010 | 11 | 0 | 10011 | 10111001 | 101010 | 1000011 |
Color Harmonies of #89C9CF
Complementary color
Monochromatic Colors of #89C9CF
Black with #89C9CF
Text Example
Text Example
White with #89C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C9CF; }
p { color: rgb(137,201,207); }
H1.HeaderClassName
{
color: #89C9CF;
}
.AnyTagClassName
{
color: #89C9CF;
}
</style>
background-color css
<style>
a { background-color: #89C9CF; }
a { background-color: rgb(137,201,207); }
div.DivClassName
{
background-color: #89C9CF;
}
.BgClassName
{
background-color: #89C9CF;
}
</style>
border-color css
<style>
span { border-color: #89C9CF; }
span { border-color: rgb(137,201,207); }
td.TdClassName
{
border-color: #89C9CF;
}
.TagClassName
{
border-color: #89C9CF;
}
</style>