Shades of Spray #89C1CF
Tints of Spray #89C1CF
RGB
CMYK
RGB Variations
Color information
#89C1CF (or 0x89C1CF) is known color: Spray. HEX triplet: 89, C1 and CF. RGB value is (137,193,207). Sum of RGB (Red+Green+Blue) = 137+193+207=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #89C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1CF is #763E30. Grayscale: #B1B1B1. Windows color (decimal): -7749169 or 13615497. OLE color: 13615497.
HSL color Cylindrical-coordinate representation of color #89C1CF: hue angle of 192º 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 #89C1CF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 193 | 207 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.19 |
| HSL | 192º | 0.42% | 0.67% | - |
| HSV(B) | 192º | 0.34% | 0.81% | - |
| XYZ | 40.65 | 47.96 | 66.15 | - |
| YUV | 177.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 207 | 0.34 | 0.07 | 0 | 0.19 | 192 | 0.42 | 0.67 |
| Hex | 89 | C1 | CF | 22 | 7 | 0 | 13 | C0 | 2A | 43 |
| Octal | 211 | 301 | 317 | 42 | 7 | 0 | 23 | 300 | 52 | 103 |
| Binary | 10001001 | 11000001 | 11001111 | 100010 | 111 | 0 | 10011 | 11000000 | 101010 | 1000011 |
Color Harmonies of #89C1CF
Complementary color
Monochromatic Colors of #89C1CF
Black with #89C1CF
Text Example
Text Example
White with #89C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1CF; }
p { color: rgb(137,193,207); }
H1.HeaderClassName
{
color: #89C1CF;
}
.AnyTagClassName
{
color: #89C1CF;
}
</style>
background-color css
<style>
a { background-color: #89C1CF; }
a { background-color: rgb(137,193,207); }
div.DivClassName
{
background-color: #89C1CF;
}
.BgClassName
{
background-color: #89C1CF;
}
</style>
border-color css
<style>
span { border-color: #89C1CF; }
span { border-color: rgb(137,193,207); }
td.TdClassName
{
border-color: #89C1CF;
}
.TagClassName
{
border-color: #89C1CF;
}
</style>