Shades of Seagull #89BECA
Tints of Seagull #89BECA
RGB
CMYK
RGB Variations
Color information
#89BECA (or 0x89BECA) is known color: Seagull. HEX triplet: 89, BE and CA. RGB value is (137,190,202). Sum of RGB (Red+Green+Blue) = 137+190+202=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #89BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BECA is #764135. Grayscale: #AFAFAF. Windows color (decimal): -7749942 or 13287049. OLE color: 13287049.
HSL color Cylindrical-coordinate representation of color #89BECA: hue angle of 191.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89BECA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 190 | 202 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.21 |
| HSL | 191.08º | 0.38% | 0.66% | - |
| HSV(B) | 191.08º | 0.32% | 0.79% | - |
| XYZ | 39.39 | 46.41 | 62.76 | - |
| YUV | 175.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 202 | 0.32 | 0.06 | 0 | 0.21 | 191.08 | 0.38 | 0.66 |
| Hex | 89 | BE | CA | 20 | 6 | 0 | 15 | BF | 26 | 42 |
| Octal | 211 | 276 | 312 | 40 | 6 | 0 | 25 | 277 | 46 | 102 |
| Binary | 10001001 | 10111110 | 11001010 | 100000 | 110 | 0 | 10101 | 10111111 | 100110 | 1000010 |
Color Harmonies of #89BECA
Complementary color
Monochromatic Colors of #89BECA
Black with #89BECA
Text Example
Text Example
White with #89BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BECA; }
p { color: rgb(137,190,202); }
H1.HeaderClassName
{
color: #89BECA;
}
.AnyTagClassName
{
color: #89BECA;
}
</style>
background-color css
<style>
a { background-color: #89BECA; }
a { background-color: rgb(137,190,202); }
div.DivClassName
{
background-color: #89BECA;
}
.BgClassName
{
background-color: #89BECA;
}
</style>
border-color css
<style>
span { border-color: #89BECA; }
span { border-color: rgb(137,190,202); }
td.TdClassName
{
border-color: #89BECA;
}
.TagClassName
{
border-color: #89BECA;
}
</style>