Shades of Seagull #87C0D2
Tints of Seagull #87C0D2
RGB
CMYK
RGB Variations
Color information
#87C0D2 (or 0x87C0D2) is known color: Seagull. HEX triplet: 87, C0 and D2. RGB value is (135,192,210). Sum of RGB (Red+Green+Blue) = 135+192+210=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #87C0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0D2 is #783F2D. Grayscale: #B0B0B0. Windows color (decimal): -7880494 or 13811847. OLE color: 13811847.
HSL color Cylindrical-coordinate representation of color #87C0D2: hue angle of 194.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87C0D2 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 192 | 210 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.18 |
| HSL | 194.4º | 0.45% | 0.68% | - |
| HSV(B) | 194.4º | 0.36% | 0.82% | - |
| XYZ | 40.47 | 47.5 | 68.01 | - |
| YUV | 177.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 210 | 0.36 | 0.09 | 0 | 0.18 | 194.4 | 0.45 | 0.68 |
| Hex | 87 | C0 | D2 | 24 | 9 | 0 | 12 | C2 | 2D | 44 |
| Octal | 207 | 300 | 322 | 44 | 11 | 0 | 22 | 302 | 55 | 104 |
| Binary | 10000111 | 11000000 | 11010010 | 100100 | 1001 | 0 | 10010 | 11000010 | 101101 | 1000100 |
Color Harmonies of #87C0D2
Complementary color
Monochromatic Colors of #87C0D2
Black with #87C0D2
Text Example
Text Example
White with #87C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0D2; }
p { color: rgb(135,192,210); }
H1.HeaderClassName
{
color: #87C0D2;
}
.AnyTagClassName
{
color: #87C0D2;
}
</style>
background-color css
<style>
a { background-color: #87C0D2; }
a { background-color: rgb(135,192,210); }
div.DivClassName
{
background-color: #87C0D2;
}
.BgClassName
{
background-color: #87C0D2;
}
</style>
border-color css
<style>
span { border-color: #87C0D2; }
span { border-color: rgb(135,192,210); }
td.TdClassName
{
border-color: #87C0D2;
}
.TagClassName
{
border-color: #87C0D2;
}
</style>