Shades of Seagull #87BDC8
Tints of Seagull #87BDC8
RGB
CMYK
RGB Variations
Color information
#87BDC8 (or 0x87BDC8) is known color: Seagull. HEX triplet: 87, BD and C8. RGB value is (135,189,200). Sum of RGB (Red+Green+Blue) = 135+189+200=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #87BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDC8 is #784237. Grayscale: #AEAEAE. Windows color (decimal): -7881272 or 13155719. OLE color: 13155719.
HSL color Cylindrical-coordinate representation of color #87BDC8: hue angle of 190.15º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87BDC8 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 189 | 200 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.22 |
| HSL | 190.15º | 0.37% | 0.66% | - |
| HSV(B) | 190.15º | 0.33% | 0.78% | - |
| XYZ | 38.61 | 45.72 | 61.43 | - |
| YUV | 174.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 200 | 0.32 | 0.06 | 0 | 0.22 | 190.15 | 0.37 | 0.66 |
| Hex | 87 | BD | C8 | 20 | 6 | 0 | 16 | BE | 25 | 42 |
| Octal | 207 | 275 | 310 | 40 | 6 | 0 | 26 | 276 | 45 | 102 |
| Binary | 10000111 | 10111101 | 11001000 | 100000 | 110 | 0 | 10110 | 10111110 | 100101 | 1000010 |
Color Harmonies of #87BDC8
Complementary color
Monochromatic Colors of #87BDC8
Black with #87BDC8
Text Example
Text Example
White with #87BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDC8; }
p { color: rgb(135,189,200); }
H1.HeaderClassName
{
color: #87BDC8;
}
.AnyTagClassName
{
color: #87BDC8;
}
</style>
background-color css
<style>
a { background-color: #87BDC8; }
a { background-color: rgb(135,189,200); }
div.DivClassName
{
background-color: #87BDC8;
}
.BgClassName
{
background-color: #87BDC8;
}
</style>
border-color css
<style>
span { border-color: #87BDC8; }
span { border-color: rgb(135,189,200); }
td.TdClassName
{
border-color: #87BDC8;
}
.TagClassName
{
border-color: #87BDC8;
}
</style>