Shades of Seagull #89BCD8
Tints of Seagull #89BCD8
RGB
CMYK
RGB Variations
Color information
#89BCD8 (or 0x89BCD8) is known color: Seagull. HEX triplet: 89, BC and D8. RGB value is (137,188,216). Sum of RGB (Red+Green+Blue) = 137+188+216=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #89BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCD8 is #764327. Grayscale: #AFAFAF. Windows color (decimal): -7750440 or 14204041. OLE color: 14204041.
HSL color Cylindrical-coordinate representation of color #89BCD8: hue angle of 201.27º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BCD8 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 188 | 216 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.15 |
| HSL | 201.27º | 0.5% | 0.69% | - |
| HSV(B) | 201.27º | 0.37% | 0.85% | - |
| XYZ | 40.69 | 46.24 | 71.75 | - |
| YUV | 175.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 216 | 0.37 | 0.13 | 0 | 0.15 | 201.27 | 0.5 | 0.69 |
| Hex | 89 | BC | D8 | 25 | D | 0 | F | C9 | 32 | 45 |
| Octal | 211 | 274 | 330 | 45 | 15 | 0 | 17 | 311 | 62 | 105 |
| Binary | 10001001 | 10111100 | 11011000 | 100101 | 1101 | 0 | 1111 | 11001001 | 110010 | 1000101 |
Color Harmonies of #89BCD8
Complementary color
Monochromatic Colors of #89BCD8
Black with #89BCD8
Text Example
Text Example
White with #89BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCD8; }
p { color: rgb(137,188,216); }
H1.HeaderClassName
{
color: #89BCD8;
}
.AnyTagClassName
{
color: #89BCD8;
}
</style>
background-color css
<style>
a { background-color: #89BCD8; }
a { background-color: rgb(137,188,216); }
div.DivClassName
{
background-color: #89BCD8;
}
.BgClassName
{
background-color: #89BCD8;
}
</style>
border-color css
<style>
span { border-color: #89BCD8; }
span { border-color: rgb(137,188,216); }
td.TdClassName
{
border-color: #89BCD8;
}
.TagClassName
{
border-color: #89BCD8;
}
</style>