Shades of Seagull #87BACD
Tints of Seagull #87BACD
RGB
CMYK
RGB Variations
Color information
#87BACD (or 0x87BACD) is known color: Seagull. HEX triplet: 87, BA and CD. RGB value is (135,186,205). Sum of RGB (Red+Green+Blue) = 135+186+205=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #87BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BACD is #784532. Grayscale: #ACACAC. Windows color (decimal): -7882035 or 13482631. OLE color: 13482631.
HSL color Cylindrical-coordinate representation of color #87BACD: hue angle of 196.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BACD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 186 | 205 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.20 |
| HSL | 196.29º | 0.41% | 0.67% | - |
| HSV(B) | 196.29º | 0.34% | 0.8% | - |
| XYZ | 38.57 | 44.68 | 64.35 | - |
| YUV | 172.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 205 | 0.34 | 0.09 | 0 | 0.20 | 196.29 | 0.41 | 0.67 |
| Hex | 87 | BA | CD | 22 | 9 | 0 | 14 | C4 | 29 | 43 |
| Octal | 207 | 272 | 315 | 42 | 11 | 0 | 24 | 304 | 51 | 103 |
| Binary | 10000111 | 10111010 | 11001101 | 100010 | 1001 | 0 | 10100 | 11000100 | 101001 | 1000011 |
Color Harmonies of #87BACD
Complementary color
Monochromatic Colors of #87BACD
Black with #87BACD
Text Example
Text Example
White with #87BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BACD; }
p { color: rgb(135,186,205); }
H1.HeaderClassName
{
color: #87BACD;
}
.AnyTagClassName
{
color: #87BACD;
}
</style>
background-color css
<style>
a { background-color: #87BACD; }
a { background-color: rgb(135,186,205); }
div.DivClassName
{
background-color: #87BACD;
}
.BgClassName
{
background-color: #87BACD;
}
</style>
border-color css
<style>
span { border-color: #87BACD; }
span { border-color: rgb(135,186,205); }
td.TdClassName
{
border-color: #87BACD;
}
.TagClassName
{
border-color: #87BACD;
}
</style>