Shades of Seagull #89BADC
Tints of Seagull #89BADC
RGB
CMYK
RGB Variations
Color information
#89BADC (or 0x89BADC) is known color: Seagull. HEX triplet: 89, BA and DC. RGB value is (137,186,220). Sum of RGB (Red+Green+Blue) = 137+186+220=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #89BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BADC is #764523. Grayscale: #AFAFAF. Windows color (decimal): -7750948 or 14465673. OLE color: 14465673.
HSL color Cylindrical-coordinate representation of color #89BADC: hue angle of 204.58º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89BADC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 186 | 220 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.14 |
| HSL | 204.58º | 0.54% | 0.7% | - |
| HSV(B) | 204.58º | 0.38% | 0.86% | - |
| XYZ | 40.79 | 45.6 | 74.36 | - |
| YUV | 175.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 220 | 0.38 | 0.15 | 0 | 0.14 | 204.58 | 0.54 | 0.7 |
| Hex | 89 | BA | DC | 26 | F | 0 | E | CD | 36 | 46 |
| Octal | 211 | 272 | 334 | 46 | 17 | 0 | 16 | 315 | 66 | 106 |
| Binary | 10001001 | 10111010 | 11011100 | 100110 | 1111 | 0 | 1110 | 11001101 | 110110 | 1000110 |
Color Harmonies of #89BADC
Complementary color
Monochromatic Colors of #89BADC
Black with #89BADC
Text Example
Text Example
White with #89BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BADC; }
p { color: rgb(137,186,220); }
H1.HeaderClassName
{
color: #89BADC;
}
.AnyTagClassName
{
color: #89BADC;
}
</style>
background-color css
<style>
a { background-color: #89BADC; }
a { background-color: rgb(137,186,220); }
div.DivClassName
{
background-color: #89BADC;
}
.BgClassName
{
background-color: #89BADC;
}
</style>
border-color css
<style>
span { border-color: #89BADC; }
span { border-color: rgb(137,186,220); }
td.TdClassName
{
border-color: #89BADC;
}
.TagClassName
{
border-color: #89BADC;
}
</style>