Shades of Seagull #89BFD9
Tints of Seagull #89BFD9
RGB
CMYK
RGB Variations
Color information
#89BFD9 (or 0x89BFD9) is known color: Seagull. HEX triplet: 89, BF and D9. RGB value is (137,191,217). Sum of RGB (Red+Green+Blue) = 137+191+217=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #89BFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFD9 is #764026. Grayscale: #B1B1B1. Windows color (decimal): -7749671 or 14270345. OLE color: 14270345.
HSL color Cylindrical-coordinate representation of color #89BFD9: hue angle of 199.5º degrees, saturation: 0.51, 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 #89BFD9 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 191 | 217 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.15 |
| HSL | 199.5º | 0.51% | 0.69% | - |
| HSV(B) | 199.5º | 0.37% | 0.85% | - |
| XYZ | 41.47 | 47.59 | 72.65 | - |
| YUV | 177.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 217 | 0.37 | 0.12 | 0 | 0.15 | 199.5 | 0.51 | 0.69 |
| Hex | 89 | BF | D9 | 25 | C | 0 | F | C8 | 33 | 45 |
| Octal | 211 | 277 | 331 | 45 | 14 | 0 | 17 | 310 | 63 | 105 |
| Binary | 10001001 | 10111111 | 11011001 | 100101 | 1100 | 0 | 1111 | 11001000 | 110011 | 1000101 |
Color Harmonies of #89BFD9
Complementary color
Monochromatic Colors of #89BFD9
Black with #89BFD9
Text Example
Text Example
White with #89BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFD9; }
p { color: rgb(137,191,217); }
H1.HeaderClassName
{
color: #89BFD9;
}
.AnyTagClassName
{
color: #89BFD9;
}
</style>
background-color css
<style>
a { background-color: #89BFD9; }
a { background-color: rgb(137,191,217); }
div.DivClassName
{
background-color: #89BFD9;
}
.BgClassName
{
background-color: #89BFD9;
}
</style>
border-color css
<style>
span { border-color: #89BFD9; }
span { border-color: rgb(137,191,217); }
td.TdClassName
{
border-color: #89BFD9;
}
.TagClassName
{
border-color: #89BFD9;
}
</style>