Shades of Seagull #89C1CB
Tints of Seagull #89C1CB
RGB
CMYK
RGB Variations
Color information
#89C1CB (or 0x89C1CB) is known color: Seagull. HEX triplet: 89, C1 and CB. RGB value is (137,193,203). Sum of RGB (Red+Green+Blue) = 137+193+203=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #89C1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1CB is #763E34. Grayscale: #B1B1B1. Windows color (decimal): -7749173 or 13353353. OLE color: 13353353.
HSL color Cylindrical-coordinate representation of color #89C1CB: hue angle of 189.09º degrees, saturation: 0.39, 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 #89C1CB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 193 | 203 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.20 |
| HSL | 189.09º | 0.39% | 0.67% | - |
| HSV(B) | 189.09º | 0.33% | 0.8% | - |
| XYZ | 40.17 | 47.77 | 63.6 | - |
| YUV | 177.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 203 | 0.33 | 0.05 | 0 | 0.20 | 189.09 | 0.39 | 0.67 |
| Hex | 89 | C1 | CB | 21 | 5 | 0 | 14 | BD | 27 | 43 |
| Octal | 211 | 301 | 313 | 41 | 5 | 0 | 24 | 275 | 47 | 103 |
| Binary | 10001001 | 11000001 | 11001011 | 100001 | 101 | 0 | 10100 | 10111101 | 100111 | 1000011 |
Color Harmonies of #89C1CB
Complementary color
Monochromatic Colors of #89C1CB
Black with #89C1CB
Text Example
Text Example
White with #89C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1CB; }
p { color: rgb(137,193,203); }
H1.HeaderClassName
{
color: #89C1CB;
}
.AnyTagClassName
{
color: #89C1CB;
}
</style>
background-color css
<style>
a { background-color: #89C1CB; }
a { background-color: rgb(137,193,203); }
div.DivClassName
{
background-color: #89C1CB;
}
.BgClassName
{
background-color: #89C1CB;
}
</style>
border-color css
<style>
span { border-color: #89C1CB; }
span { border-color: rgb(137,193,203); }
td.TdClassName
{
border-color: #89C1CB;
}
.TagClassName
{
border-color: #89C1CB;
}
</style>