Shades of Seagull #87BCDD
Tints of Seagull #87BCDD
RGB
CMYK
RGB Variations
Color information
#87BCDD (or 0x87BCDD) is known color: Seagull. HEX triplet: 87, BC and DD. RGB value is (135,188,221). Sum of RGB (Red+Green+Blue) = 135+188+221=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #87BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BCDD is #784322. Grayscale: #AFAFAF. Windows color (decimal): -7881507 or 14531719. OLE color: 14531719.
HSL color Cylindrical-coordinate representation of color #87BCDD: hue angle of 203.02º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87BCDD is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 188 | 221 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.13 |
| HSL | 203.02º | 0.56% | 0.7% | - |
| HSV(B) | 203.02º | 0.39% | 0.87% | - |
| XYZ | 41.03 | 46.34 | 75.19 | - |
| YUV | 175.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 221 | 0.39 | 0.15 | 0 | 0.13 | 203.02 | 0.56 | 0.7 |
| Hex | 87 | BC | DD | 27 | F | 0 | D | CB | 38 | 46 |
| Octal | 207 | 274 | 335 | 47 | 17 | 0 | 15 | 313 | 70 | 106 |
| Binary | 10000111 | 10111100 | 11011101 | 100111 | 1111 | 0 | 1101 | 11001011 | 111000 | 1000110 |
Color Harmonies of #87BCDD
Complementary color
Monochromatic Colors of #87BCDD
Black with #87BCDD
Text Example
Text Example
White with #87BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BCDD; }
p { color: rgb(135,188,221); }
H1.HeaderClassName
{
color: #87BCDD;
}
.AnyTagClassName
{
color: #87BCDD;
}
</style>
background-color css
<style>
a { background-color: #87BCDD; }
a { background-color: rgb(135,188,221); }
div.DivClassName
{
background-color: #87BCDD;
}
.BgClassName
{
background-color: #87BCDD;
}
</style>
border-color css
<style>
span { border-color: #87BCDD; }
span { border-color: rgb(135,188,221); }
td.TdClassName
{
border-color: #87BCDD;
}
.TagClassName
{
border-color: #87BCDD;
}
</style>