Shades of Seagull #87C0CF
Tints of Seagull #87C0CF
RGB
CMYK
RGB Variations
Color information
#87C0CF (or 0x87C0CF) is known color: Seagull. HEX triplet: 87, C0 and CF. RGB value is (135,192,207). Sum of RGB (Red+Green+Blue) = 135+192+207=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #87C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0CF is #783F30. Grayscale: #B0B0B0. Windows color (decimal): -7880497 or 13615239. OLE color: 13615239.
HSL color Cylindrical-coordinate representation of color #87C0CF: hue angle of 192.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87C0CF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 192 | 207 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.19 |
| HSL | 192.5º | 0.43% | 0.67% | - |
| HSV(B) | 192.5º | 0.35% | 0.81% | - |
| XYZ | 40.1 | 47.36 | 66.06 | - |
| YUV | 176.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 207 | 0.35 | 0.07 | 0 | 0.19 | 192.5 | 0.43 | 0.67 |
| Hex | 87 | C0 | CF | 23 | 7 | 0 | 13 | C0 | 2B | 43 |
| Octal | 207 | 300 | 317 | 43 | 7 | 0 | 23 | 300 | 53 | 103 |
| Binary | 10000111 | 11000000 | 11001111 | 100011 | 111 | 0 | 10011 | 11000000 | 101011 | 1000011 |
Color Harmonies of #87C0CF
Complementary color
Monochromatic Colors of #87C0CF
Black with #87C0CF
Text Example
Text Example
White with #87C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0CF; }
p { color: rgb(135,192,207); }
H1.HeaderClassName
{
color: #87C0CF;
}
.AnyTagClassName
{
color: #87C0CF;
}
</style>
background-color css
<style>
a { background-color: #87C0CF; }
a { background-color: rgb(135,192,207); }
div.DivClassName
{
background-color: #87C0CF;
}
.BgClassName
{
background-color: #87C0CF;
}
</style>
border-color css
<style>
span { border-color: #87C0CF; }
span { border-color: rgb(135,192,207); }
td.TdClassName
{
border-color: #87C0CF;
}
.TagClassName
{
border-color: #87C0CF;
}
</style>