Shades of Seagull #89BBDB
Tints of Seagull #89BBDB
RGB
CMYK
RGB Variations
Color information
#89BBDB (or 0x89BBDB) is known color: Seagull. HEX triplet: 89, BB and DB. RGB value is (137,187,219). Sum of RGB (Red+Green+Blue) = 137+187+219=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBDB is #764424. Grayscale: #AFAFAF. Windows color (decimal): -7750693 or 14400393. OLE color: 14400393.
HSL color Cylindrical-coordinate representation of color #89BBDB: hue angle of 203.41º 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 #89BBDB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 187 | 219 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.14 |
| HSL | 203.41º | 0.53% | 0.7% | - |
| HSV(B) | 203.41º | 0.37% | 0.86% | - |
| XYZ | 40.87 | 45.97 | 73.74 | - |
| YUV | 175.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 219 | 0.37 | 0.15 | 0 | 0.14 | 203.41 | 0.53 | 0.7 |
| Hex | 89 | BB | DB | 25 | F | 0 | E | CB | 35 | 46 |
| Octal | 211 | 273 | 333 | 45 | 17 | 0 | 16 | 313 | 65 | 106 |
| Binary | 10001001 | 10111011 | 11011011 | 100101 | 1111 | 0 | 1110 | 11001011 | 110101 | 1000110 |
Color Harmonies of #89BBDB
Complementary color
Monochromatic Colors of #89BBDB
Black with #89BBDB
Text Example
Text Example
White with #89BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBDB; }
p { color: rgb(137,187,219); }
H1.HeaderClassName
{
color: #89BBDB;
}
.AnyTagClassName
{
color: #89BBDB;
}
</style>
background-color css
<style>
a { background-color: #89BBDB; }
a { background-color: rgb(137,187,219); }
div.DivClassName
{
background-color: #89BBDB;
}
.BgClassName
{
background-color: #89BBDB;
}
</style>
border-color css
<style>
span { border-color: #89BBDB; }
span { border-color: rgb(137,187,219); }
td.TdClassName
{
border-color: #89BBDB;
}
.TagClassName
{
border-color: #89BBDB;
}
</style>