Shades of Seagull #89BECC
Tints of Seagull #89BECC
RGB
CMYK
RGB Variations
Color information
#89BECC (or 0x89BECC) is known color: Seagull. HEX triplet: 89, BE and CC. RGB value is (137,190,204). Sum of RGB (Red+Green+Blue) = 137+190+204=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #89BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BECC is #764133. Grayscale: #AFAFAF. Windows color (decimal): -7749940 or 13418121. OLE color: 13418121.
HSL color Cylindrical-coordinate representation of color #89BECC: hue angle of 192.54º 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 #89BECC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 190 | 204 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.2 |
| HSL | 192.54º | 0.4% | 0.67% | - |
| HSV(B) | 192.54º | 0.33% | 0.8% | - |
| XYZ | 39.63 | 46.5 | 64.01 | - |
| YUV | 175.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 204 | 0.33 | 0.07 | 0 | 0.2 | 192.54 | 0.4 | 0.67 |
| Hex | 89 | BE | CC | 21 | 7 | 0 | 14 | C1 | 28 | 43 |
| Octal | 211 | 276 | 314 | 41 | 7 | 0 | 24 | 301 | 50 | 103 |
| Binary | 10001001 | 10111110 | 11001100 | 100001 | 111 | 0 | 10100 | 11000001 | 101000 | 1000011 |
Color Harmonies of #89BECC
Complementary color
Monochromatic Colors of #89BECC
Black with #89BECC
Text Example
Text Example
White with #89BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BECC; }
p { color: rgb(137,190,204); }
H1.HeaderClassName
{
color: #89BECC;
}
.AnyTagClassName
{
color: #89BECC;
}
</style>
background-color css
<style>
a { background-color: #89BECC; }
a { background-color: rgb(137,190,204); }
div.DivClassName
{
background-color: #89BECC;
}
.BgClassName
{
background-color: #89BECC;
}
</style>
border-color css
<style>
span { border-color: #89BECC; }
span { border-color: rgb(137,190,204); }
td.TdClassName
{
border-color: #89BECC;
}
.TagClassName
{
border-color: #89BECC;
}
</style>