Shades of Seagull #87BDDB
Tints of Seagull #87BDDB
RGB
CMYK
RGB Variations
Color information
#87BDDB (or 0x87BDDB) is known color: Seagull. HEX triplet: 87, BD and DB. RGB value is (135,189,219). Sum of RGB (Red+Green+Blue) = 135+189+219=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #87BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDDB is #784224. Grayscale: #B0B0B0. Windows color (decimal): -7881253 or 14400903. OLE color: 14400903.
HSL color Cylindrical-coordinate representation of color #87BDDB: hue angle of 201.43º 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 #87BDDB is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 189 | 219 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.14 |
| HSL | 201.43º | 0.54% | 0.69% | - |
| HSV(B) | 201.43º | 0.38% | 0.86% | - |
| XYZ | 40.98 | 46.66 | 73.86 | - |
| YUV | 176.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 219 | 0.38 | 0.14 | 0 | 0.14 | 201.43 | 0.54 | 0.69 |
| Hex | 87 | BD | DB | 26 | E | 0 | E | C9 | 36 | 45 |
| Octal | 207 | 275 | 333 | 46 | 16 | 0 | 16 | 311 | 66 | 105 |
| Binary | 10000111 | 10111101 | 11011011 | 100110 | 1110 | 0 | 1110 | 11001001 | 110110 | 1000101 |
Color Harmonies of #87BDDB
Complementary color
Monochromatic Colors of #87BDDB
Black with #87BDDB
Text Example
Text Example
White with #87BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDDB; }
p { color: rgb(135,189,219); }
H1.HeaderClassName
{
color: #87BDDB;
}
.AnyTagClassName
{
color: #87BDDB;
}
</style>
background-color css
<style>
a { background-color: #87BDDB; }
a { background-color: rgb(135,189,219); }
div.DivClassName
{
background-color: #87BDDB;
}
.BgClassName
{
background-color: #87BDDB;
}
</style>
border-color css
<style>
span { border-color: #87BDDB; }
span { border-color: rgb(135,189,219); }
td.TdClassName
{
border-color: #87BDDB;
}
.TagClassName
{
border-color: #87BDDB;
}
</style>