Shades of Seagull #87C0CE
Tints of Seagull #87C0CE
RGB
CMYK
RGB Variations
Color information
#87C0CE (or 0x87C0CE) is known color: Seagull. HEX triplet: 87, C0 and CE. RGB value is (135,192,206). Sum of RGB (Red+Green+Blue) = 135+192+206=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #87C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0CE is #783F31. Grayscale: #B0B0B0. Windows color (decimal): -7880498 or 13549703. OLE color: 13549703.
HSL color Cylindrical-coordinate representation of color #87C0CE: hue angle of 191.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C0CE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 192 | 206 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.19 |
| HSL | 191.83º | 0.42% | 0.67% | - |
| HSV(B) | 191.83º | 0.34% | 0.81% | - |
| XYZ | 39.98 | 47.31 | 65.42 | - |
| YUV | 176.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 206 | 0.34 | 0.07 | 0 | 0.19 | 191.83 | 0.42 | 0.67 |
| Hex | 87 | C0 | CE | 22 | 7 | 0 | 13 | C0 | 2A | 43 |
| Octal | 207 | 300 | 316 | 42 | 7 | 0 | 23 | 300 | 52 | 103 |
| Binary | 10000111 | 11000000 | 11001110 | 100010 | 111 | 0 | 10011 | 11000000 | 101010 | 1000011 |
Color Harmonies of #87C0CE
Complementary color
Monochromatic Colors of #87C0CE
Black with #87C0CE
Text Example
Text Example
White with #87C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0CE; }
p { color: rgb(135,192,206); }
H1.HeaderClassName
{
color: #87C0CE;
}
.AnyTagClassName
{
color: #87C0CE;
}
</style>
background-color css
<style>
a { background-color: #87C0CE; }
a { background-color: rgb(135,192,206); }
div.DivClassName
{
background-color: #87C0CE;
}
.BgClassName
{
background-color: #87C0CE;
}
</style>
border-color css
<style>
span { border-color: #87C0CE; }
span { border-color: rgb(135,192,206); }
td.TdClassName
{
border-color: #87C0CE;
}
.TagClassName
{
border-color: #87C0CE;
}
</style>