Shades of Spray #89CBDB
Tints of Spray #89CBDB
RGB
CMYK
RGB Variations
Color information
#89CBDB (or 0x89CBDB) is known color: Spray. HEX triplet: 89, CB and DB. RGB value is (137,203,219). Sum of RGB (Red+Green+Blue) = 137+203+219=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #89CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBDB is #763424. Grayscale: #B8B8B8. Windows color (decimal): -7746597 or 14404489. OLE color: 14404489.
HSL color Cylindrical-coordinate representation of color #89CBDB: hue angle of 191.71º 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 #89CBDB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 203 | 219 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.14 |
| HSL | 191.71º | 0.53% | 0.7% | - |
| HSV(B) | 191.71º | 0.37% | 0.86% | - |
| XYZ | 44.46 | 53.14 | 74.93 | - |
| YUV | 185.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 219 | 0.37 | 0.07 | 0 | 0.14 | 191.71 | 0.53 | 0.7 |
| Hex | 89 | CB | DB | 25 | 7 | 0 | E | C0 | 35 | 46 |
| Octal | 211 | 313 | 333 | 45 | 7 | 0 | 16 | 300 | 65 | 106 |
| Binary | 10001001 | 11001011 | 11011011 | 100101 | 111 | 0 | 1110 | 11000000 | 110101 | 1000110 |
Color Harmonies of #89CBDB
Complementary color
Monochromatic Colors of #89CBDB
Black with #89CBDB
Text Example
Text Example
White with #89CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBDB; }
p { color: rgb(137,203,219); }
H1.HeaderClassName
{
color: #89CBDB;
}
.AnyTagClassName
{
color: #89CBDB;
}
</style>
background-color css
<style>
a { background-color: #89CBDB; }
a { background-color: rgb(137,203,219); }
div.DivClassName
{
background-color: #89CBDB;
}
.BgClassName
{
background-color: #89CBDB;
}
</style>
border-color css
<style>
span { border-color: #89CBDB; }
span { border-color: rgb(137,203,219); }
td.TdClassName
{
border-color: #89CBDB;
}
.TagClassName
{
border-color: #89CBDB;
}
</style>