Shades of Seagull #87BFDB
Tints of Seagull #87BFDB
RGB
CMYK
RGB Variations
Color information
#87BFDB (or 0x87BFDB) is known color: Seagull. HEX triplet: 87, BF and DB. RGB value is (135,191,219). Sum of RGB (Red+Green+Blue) = 135+191+219=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #87BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFDB is #784024. Grayscale: #B1B1B1. Windows color (decimal): -7880741 or 14401415. OLE color: 14401415.
HSL color Cylindrical-coordinate representation of color #87BFDB: hue angle of 200º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87BFDB is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 191 | 219 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.14 |
| HSL | 200º | 0.54% | 0.69% | - |
| HSV(B) | 200º | 0.38% | 0.86% | - |
| XYZ | 41.41 | 47.53 | 74.01 | - |
| YUV | 177.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 219 | 0.38 | 0.13 | 0 | 0.14 | 200 | 0.54 | 0.69 |
| Hex | 87 | BF | DB | 26 | D | 0 | E | C8 | 36 | 45 |
| Octal | 207 | 277 | 333 | 46 | 15 | 0 | 16 | 310 | 66 | 105 |
| Binary | 10000111 | 10111111 | 11011011 | 100110 | 1101 | 0 | 1110 | 11001000 | 110110 | 1000101 |
Color Harmonies of #87BFDB
Complementary color
Monochromatic Colors of #87BFDB
Black with #87BFDB
Text Example
Text Example
White with #87BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFDB; }
p { color: rgb(135,191,219); }
H1.HeaderClassName
{
color: #87BFDB;
}
.AnyTagClassName
{
color: #87BFDB;
}
</style>
background-color css
<style>
a { background-color: #87BFDB; }
a { background-color: rgb(135,191,219); }
div.DivClassName
{
background-color: #87BFDB;
}
.BgClassName
{
background-color: #87BFDB;
}
</style>
border-color css
<style>
span { border-color: #87BFDB; }
span { border-color: rgb(135,191,219); }
td.TdClassName
{
border-color: #87BFDB;
}
.TagClassName
{
border-color: #87BFDB;
}
</style>