Shades of Spray #89C5CF
Tints of Spray #89C5CF
RGB
CMYK
RGB Variations
Color information
#89C5CF (or 0x89C5CF) is known color: Spray. HEX triplet: 89, C5 and CF. RGB value is (137,197,207). Sum of RGB (Red+Green+Blue) = 137+197+207=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #89C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5CF is #763A30. Grayscale: #B4B4B4. Windows color (decimal): -7748145 or 13616521. OLE color: 13616521.
HSL color Cylindrical-coordinate representation of color #89C5CF: hue angle of 188.57º 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 #89C5CF is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 197 | 207 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.19 |
| HSL | 188.57º | 0.42% | 0.67% | - |
| HSV(B) | 188.57º | 0.34% | 0.81% | - |
| XYZ | 41.55 | 49.76 | 66.45 | - |
| YUV | 180.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 207 | 0.34 | 0.05 | 0 | 0.19 | 188.57 | 0.42 | 0.67 |
| Hex | 89 | C5 | CF | 22 | 5 | 0 | 13 | BD | 2A | 43 |
| Octal | 211 | 305 | 317 | 42 | 5 | 0 | 23 | 275 | 52 | 103 |
| Binary | 10001001 | 11000101 | 11001111 | 100010 | 101 | 0 | 10011 | 10111101 | 101010 | 1000011 |
Color Harmonies of #89C5CF
Complementary color
Monochromatic Colors of #89C5CF
Black with #89C5CF
Text Example
Text Example
White with #89C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C5CF; }
p { color: rgb(137,197,207); }
H1.HeaderClassName
{
color: #89C5CF;
}
.AnyTagClassName
{
color: #89C5CF;
}
</style>
background-color css
<style>
a { background-color: #89C5CF; }
a { background-color: rgb(137,197,207); }
div.DivClassName
{
background-color: #89C5CF;
}
.BgClassName
{
background-color: #89C5CF;
}
</style>
border-color css
<style>
span { border-color: #89C5CF; }
span { border-color: rgb(137,197,207); }
td.TdClassName
{
border-color: #89C5CF;
}
.TagClassName
{
border-color: #89C5CF;
}
</style>