Shades of Seagull #89BDDB
Tints of Seagull #89BDDB
RGB
CMYK
RGB Variations
Color information
#89BDDB (or 0x89BDDB) is known color: Seagull. HEX triplet: 89, BD and DB. RGB value is (137,189,219). Sum of RGB (Red+Green+Blue) = 137+189+219=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDDB is #764224. Grayscale: #B0B0B0. Windows color (decimal): -7750181 or 14400905. OLE color: 14400905.
HSL color Cylindrical-coordinate representation of color #89BDDB: hue angle of 201.95º 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 #89BDDB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 189 | 219 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.14 |
| HSL | 201.95º | 0.53% | 0.7% | - |
| HSV(B) | 201.95º | 0.37% | 0.86% | - |
| XYZ | 41.3 | 46.83 | 73.88 | - |
| YUV | 176.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 219 | 0.37 | 0.14 | 0 | 0.14 | 201.95 | 0.53 | 0.7 |
| Hex | 89 | BD | DB | 25 | E | 0 | E | CA | 35 | 46 |
| Octal | 211 | 275 | 333 | 45 | 16 | 0 | 16 | 312 | 65 | 106 |
| Binary | 10001001 | 10111101 | 11011011 | 100101 | 1110 | 0 | 1110 | 11001010 | 110101 | 1000110 |
Color Harmonies of #89BDDB
Complementary color
Monochromatic Colors of #89BDDB
Black with #89BDDB
Text Example
Text Example
White with #89BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDDB; }
p { color: rgb(137,189,219); }
H1.HeaderClassName
{
color: #89BDDB;
}
.AnyTagClassName
{
color: #89BDDB;
}
</style>
background-color css
<style>
a { background-color: #89BDDB; }
a { background-color: rgb(137,189,219); }
div.DivClassName
{
background-color: #89BDDB;
}
.BgClassName
{
background-color: #89BDDB;
}
</style>
border-color css
<style>
span { border-color: #89BDDB; }
span { border-color: rgb(137,189,219); }
td.TdClassName
{
border-color: #89BDDB;
}
.TagClassName
{
border-color: #89BDDB;
}
</style>