Shades of Seagull #89BEDA
Tints of Seagull #89BEDA
RGB
CMYK
RGB Variations
Color information
#89BEDA (or 0x89BEDA) is known color: Seagull. HEX triplet: 89, BE and DA. RGB value is (137,190,218). Sum of RGB (Red+Green+Blue) = 137+190+218=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #89BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEDA is #764125. Grayscale: #B1B1B1. Windows color (decimal): -7749926 or 14335625. OLE color: 14335625.
HSL color Cylindrical-coordinate representation of color #89BEDA: hue angle of 200.74º 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 #89BEDA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 190 | 218 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.15 |
| HSL | 200.74º | 0.52% | 0.7% | - |
| HSV(B) | 200.74º | 0.37% | 0.85% | - |
| XYZ | 41.38 | 47.21 | 73.26 | - |
| YUV | 177.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 218 | 0.37 | 0.13 | 0 | 0.15 | 200.74 | 0.52 | 0.7 |
| Hex | 89 | BE | DA | 25 | D | 0 | F | C9 | 34 | 46 |
| Octal | 211 | 276 | 332 | 45 | 15 | 0 | 17 | 311 | 64 | 106 |
| Binary | 10001001 | 10111110 | 11011010 | 100101 | 1101 | 0 | 1111 | 11001001 | 110100 | 1000110 |
Color Harmonies of #89BEDA
Complementary color
Monochromatic Colors of #89BEDA
Black with #89BEDA
Text Example
Text Example
White with #89BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEDA; }
p { color: rgb(137,190,218); }
H1.HeaderClassName
{
color: #89BEDA;
}
.AnyTagClassName
{
color: #89BEDA;
}
</style>
background-color css
<style>
a { background-color: #89BEDA; }
a { background-color: rgb(137,190,218); }
div.DivClassName
{
background-color: #89BEDA;
}
.BgClassName
{
background-color: #89BEDA;
}
</style>
border-color css
<style>
span { border-color: #89BEDA; }
span { border-color: rgb(137,190,218); }
td.TdClassName
{
border-color: #89BEDA;
}
.TagClassName
{
border-color: #89BEDA;
}
</style>