Shades of Seagull #87BCDB
Tints of Seagull #87BCDB
RGB
CMYK
RGB Variations
Color information
#87BCDB (or 0x87BCDB) is known color: Seagull. HEX triplet: 87, BC and DB. RGB value is (135,188,219). Sum of RGB (Red+Green+Blue) = 135+188+219=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #87BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BCDB is #784324. Grayscale: #AFAFAF. Windows color (decimal): -7881509 or 14400647. OLE color: 14400647.
HSL color Cylindrical-coordinate representation of color #87BCDB: hue angle of 202.14º 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 #87BCDB is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 188 | 219 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.14 |
| HSL | 202.14º | 0.54% | 0.69% | - |
| HSV(B) | 202.14º | 0.38% | 0.86% | - |
| XYZ | 40.76 | 46.23 | 73.79 | - |
| YUV | 175.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 219 | 0.38 | 0.14 | 0 | 0.14 | 202.14 | 0.54 | 0.69 |
| Hex | 87 | BC | DB | 26 | E | 0 | E | CA | 36 | 45 |
| Octal | 207 | 274 | 333 | 46 | 16 | 0 | 16 | 312 | 66 | 105 |
| Binary | 10000111 | 10111100 | 11011011 | 100110 | 1110 | 0 | 1110 | 11001010 | 110110 | 1000101 |
Color Harmonies of #87BCDB
Complementary color
Monochromatic Colors of #87BCDB
Black with #87BCDB
Text Example
Text Example
White with #87BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BCDB; }
p { color: rgb(135,188,219); }
H1.HeaderClassName
{
color: #87BCDB;
}
.AnyTagClassName
{
color: #87BCDB;
}
</style>
background-color css
<style>
a { background-color: #87BCDB; }
a { background-color: rgb(135,188,219); }
div.DivClassName
{
background-color: #87BCDB;
}
.BgClassName
{
background-color: #87BCDB;
}
</style>
border-color css
<style>
span { border-color: #87BCDB; }
span { border-color: rgb(135,188,219); }
td.TdClassName
{
border-color: #87BCDB;
}
.TagClassName
{
border-color: #87BCDB;
}
</style>