Shades of Seagull #87BBD2
Tints of Seagull #87BBD2
RGB
CMYK
RGB Variations
Color information
#87BBD2 (or 0x87BBD2) is known color: Seagull. HEX triplet: 87, BB and D2. RGB value is (135,187,210). Sum of RGB (Red+Green+Blue) = 135+187+210=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #87BBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BBD2 is #78442D. Grayscale: #ADADAD. Windows color (decimal): -7881774 or 13810567. OLE color: 13810567.
HSL color Cylindrical-coordinate representation of color #87BBD2: hue angle of 198.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87BBD2 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 187 | 210 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.18 |
| HSL | 198.4º | 0.45% | 0.68% | - |
| HSV(B) | 198.4º | 0.36% | 0.82% | - |
| XYZ | 39.39 | 45.34 | 67.65 | - |
| YUV | 174.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 187 | 210 | 0.36 | 0.11 | 0 | 0.18 | 198.4 | 0.45 | 0.68 |
| Hex | 87 | BB | D2 | 24 | B | 0 | 12 | C6 | 2D | 44 |
| Octal | 207 | 273 | 322 | 44 | 13 | 0 | 22 | 306 | 55 | 104 |
| Binary | 10000111 | 10111011 | 11010010 | 100100 | 1011 | 0 | 10010 | 11000110 | 101101 | 1000100 |
Color Harmonies of #87BBD2
Complementary color
Monochromatic Colors of #87BBD2
Black with #87BBD2
Text Example
Text Example
White with #87BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BBD2; }
p { color: rgb(135,187,210); }
H1.HeaderClassName
{
color: #87BBD2;
}
.AnyTagClassName
{
color: #87BBD2;
}
</style>
background-color css
<style>
a { background-color: #87BBD2; }
a { background-color: rgb(135,187,210); }
div.DivClassName
{
background-color: #87BBD2;
}
.BgClassName
{
background-color: #87BBD2;
}
</style>
border-color css
<style>
span { border-color: #87BBD2; }
span { border-color: rgb(135,187,210); }
td.TdClassName
{
border-color: #87BBD2;
}
.TagClassName
{
border-color: #87BBD2;
}
</style>