Shades of Seagull #89BBCD
Tints of Seagull #89BBCD
RGB
CMYK
RGB Variations
Color information
#89BBCD (or 0x89BBCD) is known color: Seagull. HEX triplet: 89, BB and CD. RGB value is (137,187,205). Sum of RGB (Red+Green+Blue) = 137+187+205=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCD is #764432. Grayscale: #ADADAD. Windows color (decimal): -7750707 or 13482889. OLE color: 13482889.
HSL color Cylindrical-coordinate representation of color #89BBCD: hue angle of 195.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BBCD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 187 | 205 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.20 |
| HSL | 195.88º | 0.4% | 0.67% | - |
| HSV(B) | 195.88º | 0.33% | 0.8% | - |
| XYZ | 39.11 | 45.27 | 64.43 | - |
| YUV | 174.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 205 | 0.33 | 0.09 | 0 | 0.20 | 195.88 | 0.4 | 0.67 |
| Hex | 89 | BB | CD | 21 | 9 | 0 | 14 | C4 | 28 | 43 |
| Octal | 211 | 273 | 315 | 41 | 11 | 0 | 24 | 304 | 50 | 103 |
| Binary | 10001001 | 10111011 | 11001101 | 100001 | 1001 | 0 | 10100 | 11000100 | 101000 | 1000011 |
Color Harmonies of #89BBCD
Complementary color
Monochromatic Colors of #89BBCD
Black with #89BBCD
Text Example
Text Example
White with #89BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBCD; }
p { color: rgb(137,187,205); }
H1.HeaderClassName
{
color: #89BBCD;
}
.AnyTagClassName
{
color: #89BBCD;
}
</style>
background-color css
<style>
a { background-color: #89BBCD; }
a { background-color: rgb(137,187,205); }
div.DivClassName
{
background-color: #89BBCD;
}
.BgClassName
{
background-color: #89BBCD;
}
</style>
border-color css
<style>
span { border-color: #89BBCD; }
span { border-color: rgb(137,187,205); }
td.TdClassName
{
border-color: #89BBCD;
}
.TagClassName
{
border-color: #89BBCD;
}
</style>