Shades of Seagull #87BDC9
Tints of Seagull #87BDC9
RGB
CMYK
RGB Variations
Color information
#87BDC9 (or 0x87BDC9) is known color: Seagull. HEX triplet: 87, BD and C9. RGB value is (135,189,201). Sum of RGB (Red+Green+Blue) = 135+189+201=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #87BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDC9 is #784236. Grayscale: #AEAEAE. Windows color (decimal): -7881271 or 13221255. OLE color: 13221255.
HSL color Cylindrical-coordinate representation of color #87BDC9: hue angle of 190.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87BDC9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 189 | 201 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.21 |
| HSL | 190.91º | 0.38% | 0.66% | - |
| HSV(B) | 190.91º | 0.33% | 0.79% | - |
| XYZ | 38.73 | 45.76 | 62.05 | - |
| YUV | 174.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 201 | 0.33 | 0.06 | 0 | 0.21 | 190.91 | 0.38 | 0.66 |
| Hex | 87 | BD | C9 | 21 | 6 | 0 | 15 | BF | 26 | 42 |
| Octal | 207 | 275 | 311 | 41 | 6 | 0 | 25 | 277 | 46 | 102 |
| Binary | 10000111 | 10111101 | 11001001 | 100001 | 110 | 0 | 10101 | 10111111 | 100110 | 1000010 |
Color Harmonies of #87BDC9
Complementary color
Monochromatic Colors of #87BDC9
Black with #87BDC9
Text Example
Text Example
White with #87BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDC9; }
p { color: rgb(135,189,201); }
H1.HeaderClassName
{
color: #87BDC9;
}
.AnyTagClassName
{
color: #87BDC9;
}
</style>
background-color css
<style>
a { background-color: #87BDC9; }
a { background-color: rgb(135,189,201); }
div.DivClassName
{
background-color: #87BDC9;
}
.BgClassName
{
background-color: #87BDC9;
}
</style>
border-color css
<style>
span { border-color: #87BDC9; }
span { border-color: rgb(135,189,201); }
td.TdClassName
{
border-color: #87BDC9;
}
.TagClassName
{
border-color: #87BDC9;
}
</style>