Shades of Seagull #89BDCA
Tints of Seagull #89BDCA
RGB
CMYK
RGB Variations
Color information
#89BDCA (or 0x89BDCA) is known color: Seagull. HEX triplet: 89, BD and CA. RGB value is (137,189,202). Sum of RGB (Red+Green+Blue) = 137+189+202=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #89BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCA is #764235. Grayscale: #AEAEAE. Windows color (decimal): -7750198 or 13286793. OLE color: 13286793.
HSL color Cylindrical-coordinate representation of color #89BDCA: hue angle of 192º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89BDCA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 189 | 202 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.21 |
| HSL | 192º | 0.38% | 0.66% | - |
| HSV(B) | 192º | 0.32% | 0.79% | - |
| XYZ | 39.17 | 45.98 | 62.69 | - |
| YUV | 174.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 202 | 0.32 | 0.06 | 0 | 0.21 | 192 | 0.38 | 0.66 |
| Hex | 89 | BD | CA | 20 | 6 | 0 | 15 | C0 | 26 | 42 |
| Octal | 211 | 275 | 312 | 40 | 6 | 0 | 25 | 300 | 46 | 102 |
| Binary | 10001001 | 10111101 | 11001010 | 100000 | 110 | 0 | 10101 | 11000000 | 100110 | 1000010 |
Color Harmonies of #89BDCA
Complementary color
Monochromatic Colors of #89BDCA
Black with #89BDCA
Text Example
Text Example
White with #89BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDCA; }
p { color: rgb(137,189,202); }
H1.HeaderClassName
{
color: #89BDCA;
}
.AnyTagClassName
{
color: #89BDCA;
}
</style>
background-color css
<style>
a { background-color: #89BDCA; }
a { background-color: rgb(137,189,202); }
div.DivClassName
{
background-color: #89BDCA;
}
.BgClassName
{
background-color: #89BDCA;
}
</style>
border-color css
<style>
span { border-color: #89BDCA; }
span { border-color: rgb(137,189,202); }
td.TdClassName
{
border-color: #89BDCA;
}
.TagClassName
{
border-color: #89BDCA;
}
</style>