Shades of Seagull #89B8D1
Tints of Seagull #89B8D1
RGB
CMYK
RGB Variations
Color information
#89B8D1 (or 0x89B8D1) is known color: Seagull. HEX triplet: 89, B8 and D1. RGB value is (137,184,209). Sum of RGB (Red+Green+Blue) = 137+184+209=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #89B8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B8D1 is #76472E. Grayscale: #ACACAC. Windows color (decimal): -7751471 or 13744265. OLE color: 13744265.
HSL color Cylindrical-coordinate representation of color #89B8D1: hue angle of 200.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89B8D1 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 184 | 209 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.18 |
| HSL | 200.83º | 0.44% | 0.68% | - |
| HSV(B) | 200.83º | 0.34% | 0.82% | - |
| XYZ | 38.97 | 44.2 | 66.8 | - |
| YUV | 172.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 184 | 209 | 0.34 | 0.12 | 0 | 0.18 | 200.83 | 0.44 | 0.68 |
| Hex | 89 | B8 | D1 | 22 | C | 0 | 12 | C9 | 2C | 44 |
| Octal | 211 | 270 | 321 | 42 | 14 | 0 | 22 | 311 | 54 | 104 |
| Binary | 10001001 | 10111000 | 11010001 | 100010 | 1100 | 0 | 10010 | 11001001 | 101100 | 1000100 |
Color Harmonies of #89B8D1
Complementary color
Monochromatic Colors of #89B8D1
Black with #89B8D1
Text Example
Text Example
White with #89B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B8D1; }
p { color: rgb(137,184,209); }
H1.HeaderClassName
{
color: #89B8D1;
}
.AnyTagClassName
{
color: #89B8D1;
}
</style>
background-color css
<style>
a { background-color: #89B8D1; }
a { background-color: rgb(137,184,209); }
div.DivClassName
{
background-color: #89B8D1;
}
.BgClassName
{
background-color: #89B8D1;
}
</style>
border-color css
<style>
span { border-color: #89B8D1; }
span { border-color: rgb(137,184,209); }
td.TdClassName
{
border-color: #89B8D1;
}
.TagClassName
{
border-color: #89B8D1;
}
</style>