Shades of Seagull #89BCD5
Tints of Seagull #89BCD5
RGB
CMYK
RGB Variations
Color information
#89BCD5 (or 0x89BCD5) is known color: Seagull. HEX triplet: 89, BC and D5. RGB value is (137,188,213). Sum of RGB (Red+Green+Blue) = 137+188+213=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #89BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCD5 is #76432A. Grayscale: #AFAFAF. Windows color (decimal): -7750443 or 14007433. OLE color: 14007433.
HSL color Cylindrical-coordinate representation of color #89BCD5: hue angle of 199.74º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89BCD5 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 188 | 213 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.16 |
| HSL | 199.74º | 0.48% | 0.69% | - |
| HSV(B) | 199.74º | 0.36% | 0.84% | - |
| XYZ | 40.31 | 46.09 | 69.72 | - |
| YUV | 175.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 213 | 0.36 | 0.12 | 0 | 0.16 | 199.74 | 0.48 | 0.69 |
| Hex | 89 | BC | D5 | 24 | C | 0 | 10 | C8 | 30 | 45 |
| Octal | 211 | 274 | 325 | 44 | 14 | 0 | 20 | 310 | 60 | 105 |
| Binary | 10001001 | 10111100 | 11010101 | 100100 | 1100 | 0 | 10000 | 11001000 | 110000 | 1000101 |
Color Harmonies of #89BCD5
Complementary color
Monochromatic Colors of #89BCD5
Black with #89BCD5
Text Example
Text Example
White with #89BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCD5; }
p { color: rgb(137,188,213); }
H1.HeaderClassName
{
color: #89BCD5;
}
.AnyTagClassName
{
color: #89BCD5;
}
</style>
background-color css
<style>
a { background-color: #89BCD5; }
a { background-color: rgb(137,188,213); }
div.DivClassName
{
background-color: #89BCD5;
}
.BgClassName
{
background-color: #89BCD5;
}
</style>
border-color css
<style>
span { border-color: #89BCD5; }
span { border-color: rgb(137,188,213); }
td.TdClassName
{
border-color: #89BCD5;
}
.TagClassName
{
border-color: #89BCD5;
}
</style>