Shades of Seagull #89C0CE
Tints of Seagull #89C0CE
RGB
CMYK
RGB Variations
Color information
#89C0CE (or 0x89C0CE) is known color: Seagull. HEX triplet: 89, C0 and CE. RGB value is (137,192,206). Sum of RGB (Red+Green+Blue) = 137+192+206=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #89C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0CE is #763F31. Grayscale: #B1B1B1. Windows color (decimal): -7749426 or 13549705. OLE color: 13549705.
HSL color Cylindrical-coordinate representation of color #89C0CE: hue angle of 192.17º 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 #89C0CE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 192 | 206 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.19 |
| HSL | 192.17º | 0.41% | 0.67% | - |
| HSV(B) | 192.17º | 0.33% | 0.81% | - |
| XYZ | 40.31 | 47.47 | 65.43 | - |
| YUV | 177.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 206 | 0.33 | 0.07 | 0 | 0.19 | 192.17 | 0.41 | 0.67 |
| Hex | 89 | C0 | CE | 21 | 7 | 0 | 13 | C0 | 29 | 43 |
| Octal | 211 | 300 | 316 | 41 | 7 | 0 | 23 | 300 | 51 | 103 |
| Binary | 10001001 | 11000000 | 11001110 | 100001 | 111 | 0 | 10011 | 11000000 | 101001 | 1000011 |
Color Harmonies of #89C0CE
Complementary color
Monochromatic Colors of #89C0CE
Black with #89C0CE
Text Example
Text Example
White with #89C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0CE; }
p { color: rgb(137,192,206); }
H1.HeaderClassName
{
color: #89C0CE;
}
.AnyTagClassName
{
color: #89C0CE;
}
</style>
background-color css
<style>
a { background-color: #89C0CE; }
a { background-color: rgb(137,192,206); }
div.DivClassName
{
background-color: #89C0CE;
}
.BgClassName
{
background-color: #89C0CE;
}
</style>
border-color css
<style>
span { border-color: #89C0CE; }
span { border-color: rgb(137,192,206); }
td.TdClassName
{
border-color: #89C0CE;
}
.TagClassName
{
border-color: #89C0CE;
}
</style>