Shades of Seagull #87BECC
Tints of Seagull #87BECC
RGB
CMYK
RGB Variations
Color information
#87BECC (or 0x87BECC) is known color: Seagull. HEX triplet: 87, BE and CC. RGB value is (135,190,204). Sum of RGB (Red+Green+Blue) = 135+190+204=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #87BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BECC is #784133. Grayscale: #AFAFAF. Windows color (decimal): -7881012 or 13418119. OLE color: 13418119.
HSL color Cylindrical-coordinate representation of color #87BECC: hue angle of 192.17º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BECC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 190 | 204 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.2 |
| HSL | 192.17º | 0.4% | 0.66% | - |
| HSV(B) | 192.17º | 0.34% | 0.8% | - |
| XYZ | 39.3 | 46.34 | 64 | - |
| YUV | 175.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 190 | 204 | 0.34 | 0.07 | 0 | 0.2 | 192.17 | 0.4 | 0.66 |
| Hex | 87 | BE | CC | 22 | 7 | 0 | 14 | C0 | 28 | 42 |
| Octal | 207 | 276 | 314 | 42 | 7 | 0 | 24 | 300 | 50 | 102 |
| Binary | 10000111 | 10111110 | 11001100 | 100010 | 111 | 0 | 10100 | 11000000 | 101000 | 1000010 |
Color Harmonies of #87BECC
Complementary color
Monochromatic Colors of #87BECC
Black with #87BECC
Text Example
Text Example
White with #87BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BECC; }
p { color: rgb(135,190,204); }
H1.HeaderClassName
{
color: #87BECC;
}
.AnyTagClassName
{
color: #87BECC;
}
</style>
background-color css
<style>
a { background-color: #87BECC; }
a { background-color: rgb(135,190,204); }
div.DivClassName
{
background-color: #87BECC;
}
.BgClassName
{
background-color: #87BECC;
}
</style>
border-color css
<style>
span { border-color: #87BECC; }
span { border-color: rgb(135,190,204); }
td.TdClassName
{
border-color: #87BECC;
}
.TagClassName
{
border-color: #87BECC;
}
</style>