Shades of Seagull #89BBCA
Tints of Seagull #89BBCA
RGB
CMYK
RGB Variations
Color information
#89BBCA (or 0x89BBCA) is known color: Seagull. HEX triplet: 89, BB and CA. RGB value is (137,187,202). Sum of RGB (Red+Green+Blue) = 137+187+202=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #89BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCA is #764435. Grayscale: #ADADAD. Windows color (decimal): -7750710 or 13286281. OLE color: 13286281.
HSL color Cylindrical-coordinate representation of color #89BBCA: hue angle of 193.85º 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 #89BBCA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 187 | 202 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.21 |
| HSL | 193.85º | 0.38% | 0.66% | - |
| HSV(B) | 193.85º | 0.32% | 0.79% | - |
| XYZ | 38.75 | 45.12 | 62.54 | - |
| YUV | 173.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 202 | 0.32 | 0.07 | 0 | 0.21 | 193.85 | 0.38 | 0.66 |
| Hex | 89 | BB | CA | 20 | 7 | 0 | 15 | C2 | 26 | 42 |
| Octal | 211 | 273 | 312 | 40 | 7 | 0 | 25 | 302 | 46 | 102 |
| Binary | 10001001 | 10111011 | 11001010 | 100000 | 111 | 0 | 10101 | 11000010 | 100110 | 1000010 |
Color Harmonies of #89BBCA
Complementary color
Monochromatic Colors of #89BBCA
Black with #89BBCA
Text Example
Text Example
White with #89BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBCA; }
p { color: rgb(137,187,202); }
H1.HeaderClassName
{
color: #89BBCA;
}
.AnyTagClassName
{
color: #89BBCA;
}
</style>
background-color css
<style>
a { background-color: #89BBCA; }
a { background-color: rgb(137,187,202); }
div.DivClassName
{
background-color: #89BBCA;
}
.BgClassName
{
background-color: #89BBCA;
}
</style>
border-color css
<style>
span { border-color: #89BBCA; }
span { border-color: rgb(137,187,202); }
td.TdClassName
{
border-color: #89BBCA;
}
.TagClassName
{
border-color: #89BBCA;
}
</style>