Shades of Seagull #89BEC8
Tints of Seagull #89BEC8
RGB
CMYK
RGB Variations
Color information
#89BEC8 (or 0x89BEC8) is known color: Seagull. HEX triplet: 89, BE and C8. RGB value is (137,190,200). Sum of RGB (Red+Green+Blue) = 137+190+200=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #89BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEC8 is #764137. Grayscale: #AFAFAF. Windows color (decimal): -7749944 or 13155977. OLE color: 13155977.
HSL color Cylindrical-coordinate representation of color #89BEC8: hue angle of 189.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89BEC8 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 190 | 200 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.22 |
| HSL | 189.52º | 0.36% | 0.66% | - |
| HSV(B) | 189.52º | 0.32% | 0.78% | - |
| XYZ | 39.16 | 46.32 | 61.52 | - |
| YUV | 175.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 200 | 0.32 | 0.05 | 0 | 0.22 | 189.52 | 0.36 | 0.66 |
| Hex | 89 | BE | C8 | 20 | 5 | 0 | 16 | BE | 24 | 42 |
| Octal | 211 | 276 | 310 | 40 | 5 | 0 | 26 | 276 | 44 | 102 |
| Binary | 10001001 | 10111110 | 11001000 | 100000 | 101 | 0 | 10110 | 10111110 | 100100 | 1000010 |
Color Harmonies of #89BEC8
Complementary color
Monochromatic Colors of #89BEC8
Black with #89BEC8
Text Example
Text Example
White with #89BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEC8; }
p { color: rgb(137,190,200); }
H1.HeaderClassName
{
color: #89BEC8;
}
.AnyTagClassName
{
color: #89BEC8;
}
</style>
background-color css
<style>
a { background-color: #89BEC8; }
a { background-color: rgb(137,190,200); }
div.DivClassName
{
background-color: #89BEC8;
}
.BgClassName
{
background-color: #89BEC8;
}
</style>
border-color css
<style>
span { border-color: #89BEC8; }
span { border-color: rgb(137,190,200); }
td.TdClassName
{
border-color: #89BEC8;
}
.TagClassName
{
border-color: #89BEC8;
}
</style>