Shades of Spray #89C8CF
Tints of Spray #89C8CF
RGB
CMYK
RGB Variations
Color information
#89C8CF (or 0x89C8CF) is known color: Spray. HEX triplet: 89, C8 and CF. RGB value is (137,200,207). Sum of RGB (Red+Green+Blue) = 137+200+207=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #89C8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8CF is #763730. Grayscale: #B5B5B5. Windows color (decimal): -7747377 or 13617289. OLE color: 13617289.
HSL color Cylindrical-coordinate representation of color #89C8CF: hue angle of 186º 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 #89C8CF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 200 | 207 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.19 |
| HSL | 186º | 0.42% | 0.67% | - |
| HSV(B) | 186º | 0.34% | 0.81% | - |
| XYZ | 42.23 | 51.13 | 66.68 | - |
| YUV | 181.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 207 | 0.34 | 0.03 | 0 | 0.19 | 186 | 0.42 | 0.67 |
| Hex | 89 | C8 | CF | 22 | 3 | 0 | 13 | BA | 2A | 43 |
| Octal | 211 | 310 | 317 | 42 | 3 | 0 | 23 | 272 | 52 | 103 |
| Binary | 10001001 | 11001000 | 11001111 | 100010 | 11 | 0 | 10011 | 10111010 | 101010 | 1000011 |
Color Harmonies of #89C8CF
Complementary color
Monochromatic Colors of #89C8CF
Black with #89C8CF
Text Example
Text Example
White with #89C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C8CF; }
p { color: rgb(137,200,207); }
H1.HeaderClassName
{
color: #89C8CF;
}
.AnyTagClassName
{
color: #89C8CF;
}
</style>
background-color css
<style>
a { background-color: #89C8CF; }
a { background-color: rgb(137,200,207); }
div.DivClassName
{
background-color: #89C8CF;
}
.BgClassName
{
background-color: #89C8CF;
}
</style>
border-color css
<style>
span { border-color: #89C8CF; }
span { border-color: rgb(137,200,207); }
td.TdClassName
{
border-color: #89C8CF;
}
.TagClassName
{
border-color: #89C8CF;
}
</style>