Shades of Spray #89CCDD
Tints of Spray #89CCDD
RGB
CMYK
RGB Variations
Color information
#89CCDD (or 0x89CCDD) is known color: Spray. HEX triplet: 89, CC and DD. RGB value is (137,204,221). Sum of RGB (Red+Green+Blue) = 137+204+221=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #89CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCDD is #763322. Grayscale: #B9B9B9. Windows color (decimal): -7746339 or 14535817. OLE color: 14535817.
HSL color Cylindrical-coordinate representation of color #89CCDD: hue angle of 192.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89CCDD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 204 | 221 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.13 |
| HSL | 192.14º | 0.55% | 0.7% | - |
| HSV(B) | 192.14º | 0.38% | 0.87% | - |
| XYZ | 44.96 | 53.72 | 76.41 | - |
| YUV | 185.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 221 | 0.38 | 0.08 | 0 | 0.13 | 192.14 | 0.55 | 0.7 |
| Hex | 89 | CC | DD | 26 | 8 | 0 | D | C0 | 37 | 46 |
| Octal | 211 | 314 | 335 | 46 | 10 | 0 | 15 | 300 | 67 | 106 |
| Binary | 10001001 | 11001100 | 11011101 | 100110 | 1000 | 0 | 1101 | 11000000 | 110111 | 1000110 |
Color Harmonies of #89CCDD
Complementary color
Monochromatic Colors of #89CCDD
Black with #89CCDD
Text Example
Text Example
White with #89CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCDD; }
p { color: rgb(137,204,221); }
H1.HeaderClassName
{
color: #89CCDD;
}
.AnyTagClassName
{
color: #89CCDD;
}
</style>
background-color css
<style>
a { background-color: #89CCDD; }
a { background-color: rgb(137,204,221); }
div.DivClassName
{
background-color: #89CCDD;
}
.BgClassName
{
background-color: #89CCDD;
}
</style>
border-color css
<style>
span { border-color: #89CCDD; }
span { border-color: rgb(137,204,221); }
td.TdClassName
{
border-color: #89CCDD;
}
.TagClassName
{
border-color: #89CCDD;
}
</style>