Shades of Seagull #89BADB
Tints of Seagull #89BADB
RGB
CMYK
RGB Variations
Color information
#89BADB (or 0x89BADB) is known color: Seagull. HEX triplet: 89, BA and DB. RGB value is (137,186,219). Sum of RGB (Red+Green+Blue) = 137+186+219=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BADB is #764524. Grayscale: #AEAEAE. Windows color (decimal): -7750949 or 14400137. OLE color: 14400137.
HSL color Cylindrical-coordinate representation of color #89BADB: hue angle of 204.15º 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 #89BADB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 186 | 219 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.14 |
| HSL | 204.15º | 0.53% | 0.7% | - |
| HSV(B) | 204.15º | 0.37% | 0.86% | - |
| XYZ | 40.66 | 45.55 | 73.67 | - |
| YUV | 175.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 219 | 0.37 | 0.15 | 0 | 0.14 | 204.15 | 0.53 | 0.7 |
| Hex | 89 | BA | DB | 25 | F | 0 | E | CC | 35 | 46 |
| Octal | 211 | 272 | 333 | 45 | 17 | 0 | 16 | 314 | 65 | 106 |
| Binary | 10001001 | 10111010 | 11011011 | 100101 | 1111 | 0 | 1110 | 11001100 | 110101 | 1000110 |
Color Harmonies of #89BADB
Complementary color
Monochromatic Colors of #89BADB
Black with #89BADB
Text Example
Text Example
White with #89BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BADB; }
p { color: rgb(137,186,219); }
H1.HeaderClassName
{
color: #89BADB;
}
.AnyTagClassName
{
color: #89BADB;
}
</style>
background-color css
<style>
a { background-color: #89BADB; }
a { background-color: rgb(137,186,219); }
div.DivClassName
{
background-color: #89BADB;
}
.BgClassName
{
background-color: #89BADB;
}
</style>
border-color css
<style>
span { border-color: #89BADB; }
span { border-color: rgb(137,186,219); }
td.TdClassName
{
border-color: #89BADB;
}
.TagClassName
{
border-color: #89BADB;
}
</style>