Shades of Seagull #87BEDB
Tints of Seagull #87BEDB
RGB
CMYK
RGB Variations
Color information
#87BEDB (or 0x87BEDB) is known color: Seagull. HEX triplet: 87, BE and DB. RGB value is (135,190,219). Sum of RGB (Red+Green+Blue) = 135+190+219=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #87BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BEDB is #784124. Grayscale: #B0B0B0. Windows color (decimal): -7880997 or 14401159. OLE color: 14401159.
HSL color Cylindrical-coordinate representation of color #87BEDB: hue angle of 200.71º 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 #87BEDB is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 190 | 219 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.14 |
| HSL | 200.71º | 0.54% | 0.69% | - |
| HSV(B) | 200.71º | 0.38% | 0.86% | - |
| XYZ | 41.19 | 47.09 | 73.94 | - |
| YUV | 176.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 190 | 219 | 0.38 | 0.13 | 0 | 0.14 | 200.71 | 0.54 | 0.69 |
| Hex | 87 | BE | DB | 26 | D | 0 | E | C9 | 36 | 45 |
| Octal | 207 | 276 | 333 | 46 | 15 | 0 | 16 | 311 | 66 | 105 |
| Binary | 10000111 | 10111110 | 11011011 | 100110 | 1101 | 0 | 1110 | 11001001 | 110110 | 1000101 |
Color Harmonies of #87BEDB
Complementary color
Monochromatic Colors of #87BEDB
Black with #87BEDB
Text Example
Text Example
White with #87BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BEDB; }
p { color: rgb(135,190,219); }
H1.HeaderClassName
{
color: #87BEDB;
}
.AnyTagClassName
{
color: #87BEDB;
}
</style>
background-color css
<style>
a { background-color: #87BEDB; }
a { background-color: rgb(135,190,219); }
div.DivClassName
{
background-color: #87BEDB;
}
.BgClassName
{
background-color: #87BEDB;
}
</style>
border-color css
<style>
span { border-color: #87BEDB; }
span { border-color: rgb(135,190,219); }
td.TdClassName
{
border-color: #87BEDB;
}
.TagClassName
{
border-color: #87BEDB;
}
</style>