Shades of Seagull #89BBDA
Tints of Seagull #89BBDA
RGB
CMYK
RGB Variations
Color information
#89BBDA (or 0x89BBDA) is known color: Seagull. HEX triplet: 89, BB and DA. RGB value is (137,187,218). Sum of RGB (Red+Green+Blue) = 137+187+218=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #89BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBDA is #764425. Grayscale: #AFAFAF. Windows color (decimal): -7750694 or 14334857. OLE color: 14334857.
HSL color Cylindrical-coordinate representation of color #89BBDA: hue angle of 202.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BBDA is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 187 | 218 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.15 |
| HSL | 202.96º | 0.52% | 0.7% | - |
| HSV(B) | 202.96º | 0.37% | 0.85% | - |
| XYZ | 40.74 | 45.92 | 73.05 | - |
| YUV | 175.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 218 | 0.37 | 0.14 | 0 | 0.15 | 202.96 | 0.52 | 0.7 |
| Hex | 89 | BB | DA | 25 | E | 0 | F | CB | 34 | 46 |
| Octal | 211 | 273 | 332 | 45 | 16 | 0 | 17 | 313 | 64 | 106 |
| Binary | 10001001 | 10111011 | 11011010 | 100101 | 1110 | 0 | 1111 | 11001011 | 110100 | 1000110 |
Color Harmonies of #89BBDA
Complementary color
Monochromatic Colors of #89BBDA
Black with #89BBDA
Text Example
Text Example
White with #89BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBDA; }
p { color: rgb(137,187,218); }
H1.HeaderClassName
{
color: #89BBDA;
}
.AnyTagClassName
{
color: #89BBDA;
}
</style>
background-color css
<style>
a { background-color: #89BBDA; }
a { background-color: rgb(137,187,218); }
div.DivClassName
{
background-color: #89BBDA;
}
.BgClassName
{
background-color: #89BBDA;
}
</style>
border-color css
<style>
span { border-color: #89BBDA; }
span { border-color: rgb(137,187,218); }
td.TdClassName
{
border-color: #89BBDA;
}
.TagClassName
{
border-color: #89BBDA;
}
</style>