Shades of Spray #89CCDB
Tints of Spray #89CCDB
RGB
CMYK
RGB Variations
Color information
#89CCDB (or 0x89CCDB) is known color: Spray. HEX triplet: 89, CC and DB. RGB value is (137,204,219). Sum of RGB (Red+Green+Blue) = 137+204+219=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #89CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCDB is #763324. Grayscale: #B9B9B9. Windows color (decimal): -7746341 or 14404745. OLE color: 14404745.
HSL color Cylindrical-coordinate representation of color #89CCDB: hue angle of 190.98º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CCDB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 204 | 219 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.14 |
| HSL | 190.98º | 0.53% | 0.7% | - |
| HSV(B) | 190.98º | 0.37% | 0.86% | - |
| XYZ | 44.7 | 53.62 | 75.01 | - |
| YUV | 185.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 219 | 0.37 | 0.07 | 0 | 0.14 | 190.98 | 0.53 | 0.7 |
| Hex | 89 | CC | DB | 25 | 7 | 0 | E | BF | 35 | 46 |
| Octal | 211 | 314 | 333 | 45 | 7 | 0 | 16 | 277 | 65 | 106 |
| Binary | 10001001 | 11001100 | 11011011 | 100101 | 111 | 0 | 1110 | 10111111 | 110101 | 1000110 |
Color Harmonies of #89CCDB
Complementary color
Monochromatic Colors of #89CCDB
Black with #89CCDB
Text Example
Text Example
White with #89CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCDB; }
p { color: rgb(137,204,219); }
H1.HeaderClassName
{
color: #89CCDB;
}
.AnyTagClassName
{
color: #89CCDB;
}
</style>
background-color css
<style>
a { background-color: #89CCDB; }
a { background-color: rgb(137,204,219); }
div.DivClassName
{
background-color: #89CCDB;
}
.BgClassName
{
background-color: #89CCDB;
}
</style>
border-color css
<style>
span { border-color: #89CCDB; }
span { border-color: rgb(137,204,219); }
td.TdClassName
{
border-color: #89CCDB;
}
.TagClassName
{
border-color: #89CCDB;
}
</style>