Shades of Seagull #89BCDB
Tints of Seagull #89BCDB
RGB
CMYK
RGB Variations
Color information
#89BCDB (or 0x89BCDB) is known color: Seagull. HEX triplet: 89, BC and DB. RGB value is (137,188,219). Sum of RGB (Red+Green+Blue) = 137+188+219=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCDB is #764324. Grayscale: #B0B0B0. Windows color (decimal): -7750437 or 14400649. OLE color: 14400649.
HSL color Cylindrical-coordinate representation of color #89BCDB: hue angle of 202.68º 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 #89BCDB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 188 | 219 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.14 |
| HSL | 202.68º | 0.53% | 0.7% | - |
| HSV(B) | 202.68º | 0.37% | 0.86% | - |
| XYZ | 41.09 | 46.4 | 73.81 | - |
| YUV | 176.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 219 | 0.37 | 0.14 | 0 | 0.14 | 202.68 | 0.53 | 0.7 |
| Hex | 89 | BC | DB | 25 | E | 0 | E | CB | 35 | 46 |
| Octal | 211 | 274 | 333 | 45 | 16 | 0 | 16 | 313 | 65 | 106 |
| Binary | 10001001 | 10111100 | 11011011 | 100101 | 1110 | 0 | 1110 | 11001011 | 110101 | 1000110 |
Color Harmonies of #89BCDB
Complementary color
Monochromatic Colors of #89BCDB
Black with #89BCDB
Text Example
Text Example
White with #89BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCDB; }
p { color: rgb(137,188,219); }
H1.HeaderClassName
{
color: #89BCDB;
}
.AnyTagClassName
{
color: #89BCDB;
}
</style>
background-color css
<style>
a { background-color: #89BCDB; }
a { background-color: rgb(137,188,219); }
div.DivClassName
{
background-color: #89BCDB;
}
.BgClassName
{
background-color: #89BCDB;
}
</style>
border-color css
<style>
span { border-color: #89BCDB; }
span { border-color: rgb(137,188,219); }
td.TdClassName
{
border-color: #89BCDB;
}
.TagClassName
{
border-color: #89BCDB;
}
</style>