Shades of Seagull #89B7CA
Tints of Seagull #89B7CA
RGB
CMYK
RGB Variations
Color information
#89B7CA (or 0x89B7CA) is known color: Seagull. HEX triplet: 89, B7 and CA. RGB value is (137,183,202). Sum of RGB (Red+Green+Blue) = 137+183+202=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #89B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7CA is #764835. Grayscale: #ABABAB. Windows color (decimal): -7751734 or 13285257. OLE color: 13285257.
HSL color Cylindrical-coordinate representation of color #89B7CA: hue angle of 197.54º 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 #89B7CA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 183 | 202 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.21 |
| HSL | 197.54º | 0.38% | 0.66% | - |
| HSV(B) | 197.54º | 0.32% | 0.79% | - |
| XYZ | 37.91 | 43.45 | 62.27 | - |
| YUV | 171.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 202 | 0.32 | 0.09 | 0 | 0.21 | 197.54 | 0.38 | 0.66 |
| Hex | 89 | B7 | CA | 20 | 9 | 0 | 15 | C6 | 26 | 42 |
| Octal | 211 | 267 | 312 | 40 | 11 | 0 | 25 | 306 | 46 | 102 |
| Binary | 10001001 | 10110111 | 11001010 | 100000 | 1001 | 0 | 10101 | 11000110 | 100110 | 1000010 |
Color Harmonies of #89B7CA
Complementary color
Monochromatic Colors of #89B7CA
Black with #89B7CA
Text Example
Text Example
White with #89B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7CA; }
p { color: rgb(137,183,202); }
H1.HeaderClassName
{
color: #89B7CA;
}
.AnyTagClassName
{
color: #89B7CA;
}
</style>
background-color css
<style>
a { background-color: #89B7CA; }
a { background-color: rgb(137,183,202); }
div.DivClassName
{
background-color: #89B7CA;
}
.BgClassName
{
background-color: #89B7CA;
}
</style>
border-color css
<style>
span { border-color: #89B7CA; }
span { border-color: rgb(137,183,202); }
td.TdClassName
{
border-color: #89B7CA;
}
.TagClassName
{
border-color: #89B7CA;
}
</style>