Shades of Seagull #89BFCD
Tints of Seagull #89BFCD
RGB
CMYK
RGB Variations
Color information
#89BFCD (or 0x89BFCD) is known color: Seagull. HEX triplet: 89, BF and CD. RGB value is (137,191,205). Sum of RGB (Red+Green+Blue) = 137+191+205=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFCD is #764032. Grayscale: #B0B0B0. Windows color (decimal): -7749683 or 13483913. OLE color: 13483913.
HSL color Cylindrical-coordinate representation of color #89BFCD: hue angle of 192.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BFCD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 191 | 205 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.20 |
| HSL | 192.35º | 0.4% | 0.67% | - |
| HSV(B) | 192.35º | 0.33% | 0.8% | - |
| XYZ | 39.97 | 46.99 | 64.72 | - |
| YUV | 176.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 205 | 0.33 | 0.07 | 0 | 0.20 | 192.35 | 0.4 | 0.67 |
| Hex | 89 | BF | CD | 21 | 7 | 0 | 14 | C0 | 28 | 43 |
| Octal | 211 | 277 | 315 | 41 | 7 | 0 | 24 | 300 | 50 | 103 |
| Binary | 10001001 | 10111111 | 11001101 | 100001 | 111 | 0 | 10100 | 11000000 | 101000 | 1000011 |
Color Harmonies of #89BFCD
Complementary color
Monochromatic Colors of #89BFCD
Black with #89BFCD
Text Example
Text Example
White with #89BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFCD; }
p { color: rgb(137,191,205); }
H1.HeaderClassName
{
color: #89BFCD;
}
.AnyTagClassName
{
color: #89BFCD;
}
</style>
background-color css
<style>
a { background-color: #89BFCD; }
a { background-color: rgb(137,191,205); }
div.DivClassName
{
background-color: #89BFCD;
}
.BgClassName
{
background-color: #89BFCD;
}
</style>
border-color css
<style>
span { border-color: #89BFCD; }
span { border-color: rgb(137,191,205); }
td.TdClassName
{
border-color: #89BFCD;
}
.TagClassName
{
border-color: #89BFCD;
}
</style>