Shades of Seagull #87BCD4
Tints of Seagull #87BCD4
RGB
CMYK
RGB Variations
Color information
#87BCD4 (or 0x87BCD4) is known color: Seagull. HEX triplet: 87, BC and D4. RGB value is (135,188,212). Sum of RGB (Red+Green+Blue) = 135+188+212=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #87BCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BCD4 is #78432B. Grayscale: #AEAEAE. Windows color (decimal): -7881516 or 13941895. OLE color: 13941895.
HSL color Cylindrical-coordinate representation of color #87BCD4: hue angle of 198.7º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87BCD4 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 188 | 212 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.17 |
| HSL | 198.7º | 0.47% | 0.68% | - |
| HSV(B) | 198.7º | 0.36% | 0.83% | - |
| XYZ | 39.86 | 45.87 | 69.04 | - |
| YUV | 174.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 212 | 0.36 | 0.11 | 0 | 0.17 | 198.7 | 0.47 | 0.68 |
| Hex | 87 | BC | D4 | 24 | B | 0 | 11 | C7 | 2F | 44 |
| Octal | 207 | 274 | 324 | 44 | 13 | 0 | 21 | 307 | 57 | 104 |
| Binary | 10000111 | 10111100 | 11010100 | 100100 | 1011 | 0 | 10001 | 11000111 | 101111 | 1000100 |
Color Harmonies of #87BCD4
Complementary color
Monochromatic Colors of #87BCD4
Black with #87BCD4
Text Example
Text Example
White with #87BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BCD4; }
p { color: rgb(135,188,212); }
H1.HeaderClassName
{
color: #87BCD4;
}
.AnyTagClassName
{
color: #87BCD4;
}
</style>
background-color css
<style>
a { background-color: #87BCD4; }
a { background-color: rgb(135,188,212); }
div.DivClassName
{
background-color: #87BCD4;
}
.BgClassName
{
background-color: #87BCD4;
}
</style>
border-color css
<style>
span { border-color: #87BCD4; }
span { border-color: rgb(135,188,212); }
td.TdClassName
{
border-color: #87BCD4;
}
.TagClassName
{
border-color: #87BCD4;
}
</style>