Shades of Seagull #87BDCB
Tints of Seagull #87BDCB
RGB
CMYK
RGB Variations
Color information
#87BDCB (or 0x87BDCB) is known color: Seagull. HEX triplet: 87, BD and CB. RGB value is (135,189,203). Sum of RGB (Red+Green+Blue) = 135+189+203=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #87BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDCB is #784234. Grayscale: #AEAEAE. Windows color (decimal): -7881269 or 13352327. OLE color: 13352327.
HSL color Cylindrical-coordinate representation of color #87BDCB: hue angle of 192.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87BDCB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 189 | 203 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.20 |
| HSL | 192.35º | 0.4% | 0.66% | - |
| HSV(B) | 192.35º | 0.33% | 0.8% | - |
| XYZ | 38.97 | 45.86 | 63.3 | - |
| YUV | 174.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 203 | 0.33 | 0.07 | 0 | 0.20 | 192.35 | 0.4 | 0.66 |
| Hex | 87 | BD | CB | 21 | 7 | 0 | 14 | C0 | 28 | 42 |
| Octal | 207 | 275 | 313 | 41 | 7 | 0 | 24 | 300 | 50 | 102 |
| Binary | 10000111 | 10111101 | 11001011 | 100001 | 111 | 0 | 10100 | 11000000 | 101000 | 1000010 |
Color Harmonies of #87BDCB
Complementary color
Monochromatic Colors of #87BDCB
Black with #87BDCB
Text Example
Text Example
White with #87BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDCB; }
p { color: rgb(135,189,203); }
H1.HeaderClassName
{
color: #87BDCB;
}
.AnyTagClassName
{
color: #87BDCB;
}
</style>
background-color css
<style>
a { background-color: #87BDCB; }
a { background-color: rgb(135,189,203); }
div.DivClassName
{
background-color: #87BDCB;
}
.BgClassName
{
background-color: #87BDCB;
}
</style>
border-color css
<style>
span { border-color: #87BDCB; }
span { border-color: rgb(135,189,203); }
td.TdClassName
{
border-color: #87BDCB;
}
.TagClassName
{
border-color: #87BDCB;
}
</style>