Shades of Seagull #89BDCC
Tints of Seagull #89BDCC
RGB
CMYK
RGB Variations
Color information
#89BDCC (or 0x89BDCC) is known color: Seagull. HEX triplet: 89, BD and CC. RGB value is (137,189,204). Sum of RGB (Red+Green+Blue) = 137+189+204=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #89BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCC is #764233. Grayscale: #AFAFAF. Windows color (decimal): -7750196 or 13417865. OLE color: 13417865.
HSL color Cylindrical-coordinate representation of color #89BDCC: hue angle of 193.43º 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 #89BDCC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 189 | 204 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.2 |
| HSL | 193.43º | 0.4% | 0.67% | - |
| HSV(B) | 193.43º | 0.33% | 0.8% | - |
| XYZ | 39.41 | 46.07 | 63.94 | - |
| YUV | 175.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 204 | 0.33 | 0.07 | 0 | 0.2 | 193.43 | 0.4 | 0.67 |
| Hex | 89 | BD | CC | 21 | 7 | 0 | 14 | C1 | 28 | 43 |
| Octal | 211 | 275 | 314 | 41 | 7 | 0 | 24 | 301 | 50 | 103 |
| Binary | 10001001 | 10111101 | 11001100 | 100001 | 111 | 0 | 10100 | 11000001 | 101000 | 1000011 |
Color Harmonies of #89BDCC
Complementary color
Monochromatic Colors of #89BDCC
Black with #89BDCC
Text Example
Text Example
White with #89BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDCC; }
p { color: rgb(137,189,204); }
H1.HeaderClassName
{
color: #89BDCC;
}
.AnyTagClassName
{
color: #89BDCC;
}
</style>
background-color css
<style>
a { background-color: #89BDCC; }
a { background-color: rgb(137,189,204); }
div.DivClassName
{
background-color: #89BDCC;
}
.BgClassName
{
background-color: #89BDCC;
}
</style>
border-color css
<style>
span { border-color: #89BDCC; }
span { border-color: rgb(137,189,204); }
td.TdClassName
{
border-color: #89BDCC;
}
.TagClassName
{
border-color: #89BDCC;
}
</style>