Shades of Spray #89CCCF
Tints of Spray #89CCCF
RGB
CMYK
RGB Variations
Color information
#89CCCF (or 0x89CCCF) is known color: Spray. HEX triplet: 89, CC and CF. RGB value is (137,204,207). Sum of RGB (Red+Green+Blue) = 137+204+207=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #89CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCCF is #763330. Grayscale: #B8B8B8. Windows color (decimal): -7746353 or 13618313. OLE color: 13618313.
HSL color Cylindrical-coordinate representation of color #89CCCF: hue angle of 182.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 #89CCCF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 204 | 207 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.19 |
| HSL | 182.57º | 0.42% | 0.67% | - |
| HSV(B) | 182.57º | 0.34% | 0.81% | - |
| XYZ | 43.17 | 53.01 | 66.99 | - |
| YUV | 184.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 207 | 0.34 | 0.01 | 0 | 0.19 | 182.57 | 0.42 | 0.67 |
| Hex | 89 | CC | CF | 22 | 1 | 0 | 13 | B7 | 2A | 43 |
| Octal | 211 | 314 | 317 | 42 | 1 | 0 | 23 | 267 | 52 | 103 |
| Binary | 10001001 | 11001100 | 11001111 | 100010 | 1 | 0 | 10011 | 10110111 | 101010 | 1000011 |
Color Harmonies of #89CCCF
Complementary color
Monochromatic Colors of #89CCCF
Black with #89CCCF
Text Example
Text Example
White with #89CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCCF; }
p { color: rgb(137,204,207); }
H1.HeaderClassName
{
color: #89CCCF;
}
.AnyTagClassName
{
color: #89CCCF;
}
</style>
background-color css
<style>
a { background-color: #89CCCF; }
a { background-color: rgb(137,204,207); }
div.DivClassName
{
background-color: #89CCCF;
}
.BgClassName
{
background-color: #89CCCF;
}
</style>
border-color css
<style>
span { border-color: #89CCCF; }
span { border-color: rgb(137,204,207); }
td.TdClassName
{
border-color: #89CCCF;
}
.TagClassName
{
border-color: #89CCCF;
}
</style>