Shades of Seagull #89BCCD
Tints of Seagull #89BCCD
RGB
CMYK
RGB Variations
Color information
#89BCCD (or 0x89BCCD) is known color: Seagull. HEX triplet: 89, BC and CD. RGB value is (137,188,205). Sum of RGB (Red+Green+Blue) = 137+188+205=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCCD is #764332. Grayscale: #AEAEAE. Windows color (decimal): -7750451 or 13483145. OLE color: 13483145.
HSL color Cylindrical-coordinate representation of color #89BCCD: hue angle of 195º 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 #89BCCD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 188 | 205 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.20 |
| HSL | 195º | 0.4% | 0.67% | - |
| HSV(B) | 195º | 0.33% | 0.8% | - |
| XYZ | 39.32 | 45.69 | 64.5 | - |
| YUV | 174.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 205 | 0.33 | 0.08 | 0 | 0.20 | 195 | 0.4 | 0.67 |
| Hex | 89 | BC | CD | 21 | 8 | 0 | 14 | C3 | 28 | 43 |
| Octal | 211 | 274 | 315 | 41 | 10 | 0 | 24 | 303 | 50 | 103 |
| Binary | 10001001 | 10111100 | 11001101 | 100001 | 1000 | 0 | 10100 | 11000011 | 101000 | 1000011 |
Color Harmonies of #89BCCD
Complementary color
Monochromatic Colors of #89BCCD
Black with #89BCCD
Text Example
Text Example
White with #89BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCCD; }
p { color: rgb(137,188,205); }
H1.HeaderClassName
{
color: #89BCCD;
}
.AnyTagClassName
{
color: #89BCCD;
}
</style>
background-color css
<style>
a { background-color: #89BCCD; }
a { background-color: rgb(137,188,205); }
div.DivClassName
{
background-color: #89BCCD;
}
.BgClassName
{
background-color: #89BCCD;
}
</style>
border-color css
<style>
span { border-color: #89BCCD; }
span { border-color: rgb(137,188,205); }
td.TdClassName
{
border-color: #89BCCD;
}
.TagClassName
{
border-color: #89BCCD;
}
</style>