Shades of Seagull #87BBD9
Tints of Seagull #87BBD9
RGB
CMYK
RGB Variations
Color information
#87BBD9 (or 0x87BBD9) is known color: Seagull. HEX triplet: 87, BB and D9. RGB value is (135,187,217). Sum of RGB (Red+Green+Blue) = 135+187+217=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #87BBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BBD9 is #784426. Grayscale: #AEAEAE. Windows color (decimal): -7881767 or 14269319. OLE color: 14269319.
HSL color Cylindrical-coordinate representation of color #87BBD9: hue angle of 201.95º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87BBD9 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 187 | 217 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.15 |
| HSL | 201.95º | 0.52% | 0.69% | - |
| HSV(B) | 201.95º | 0.38% | 0.85% | - |
| XYZ | 40.29 | 45.7 | 72.34 | - |
| YUV | 174.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 187 | 217 | 0.38 | 0.14 | 0 | 0.15 | 201.95 | 0.52 | 0.69 |
| Hex | 87 | BB | D9 | 26 | E | 0 | F | CA | 34 | 45 |
| Octal | 207 | 273 | 331 | 46 | 16 | 0 | 17 | 312 | 64 | 105 |
| Binary | 10000111 | 10111011 | 11011001 | 100110 | 1110 | 0 | 1111 | 11001010 | 110100 | 1000101 |
Color Harmonies of #87BBD9
Complementary color
Monochromatic Colors of #87BBD9
Black with #87BBD9
Text Example
Text Example
White with #87BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BBD9; }
p { color: rgb(135,187,217); }
H1.HeaderClassName
{
color: #87BBD9;
}
.AnyTagClassName
{
color: #87BBD9;
}
</style>
background-color css
<style>
a { background-color: #87BBD9; }
a { background-color: rgb(135,187,217); }
div.DivClassName
{
background-color: #87BBD9;
}
.BgClassName
{
background-color: #87BBD9;
}
</style>
border-color css
<style>
span { border-color: #87BBD9; }
span { border-color: rgb(135,187,217); }
td.TdClassName
{
border-color: #87BBD9;
}
.TagClassName
{
border-color: #87BBD9;
}
</style>