Shades of Seagull #89BDCE
Tints of Seagull #89BDCE
RGB
CMYK
RGB Variations
Color information
#89BDCE (or 0x89BDCE) is known color: Seagull. HEX triplet: 89, BD and CE. RGB value is (137,189,206). Sum of RGB (Red+Green+Blue) = 137+189+206=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #89BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCE is #764231. Grayscale: #AFAFAF. Windows color (decimal): -7750194 or 13548937. OLE color: 13548937.
HSL color Cylindrical-coordinate representation of color #89BDCE: hue angle of 194.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BDCE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 189 | 206 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.19 |
| HSL | 194.78º | 0.41% | 0.67% | - |
| HSV(B) | 194.78º | 0.33% | 0.81% | - |
| XYZ | 39.65 | 46.17 | 65.21 | - |
| YUV | 175.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 206 | 0.33 | 0.08 | 0 | 0.19 | 194.78 | 0.41 | 0.67 |
| Hex | 89 | BD | CE | 21 | 8 | 0 | 13 | C3 | 29 | 43 |
| Octal | 211 | 275 | 316 | 41 | 10 | 0 | 23 | 303 | 51 | 103 |
| Binary | 10001001 | 10111101 | 11001110 | 100001 | 1000 | 0 | 10011 | 11000011 | 101001 | 1000011 |
Color Harmonies of #89BDCE
Complementary color
Monochromatic Colors of #89BDCE
Black with #89BDCE
Text Example
Text Example
White with #89BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDCE; }
p { color: rgb(137,189,206); }
H1.HeaderClassName
{
color: #89BDCE;
}
.AnyTagClassName
{
color: #89BDCE;
}
</style>
background-color css
<style>
a { background-color: #89BDCE; }
a { background-color: rgb(137,189,206); }
div.DivClassName
{
background-color: #89BDCE;
}
.BgClassName
{
background-color: #89BDCE;
}
</style>
border-color css
<style>
span { border-color: #89BDCE; }
span { border-color: rgb(137,189,206); }
td.TdClassName
{
border-color: #89BDCE;
}
.TagClassName
{
border-color: #89BDCE;
}
</style>