Shades of Seagull #87BFCD
Tints of Seagull #87BFCD
RGB
CMYK
RGB Variations
Color information
#87BFCD (or 0x87BFCD) is known color: Seagull. HEX triplet: 87, BF and CD. RGB value is (135,191,205). Sum of RGB (Red+Green+Blue) = 135+191+205=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #87BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFCD is #784032. Grayscale: #AFAFAF. Windows color (decimal): -7880755 or 13483911. OLE color: 13483911.
HSL color Cylindrical-coordinate representation of color #87BFCD: hue angle of 192º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BFCD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 191 | 205 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.20 |
| HSL | 192º | 0.41% | 0.67% | - |
| HSV(B) | 192º | 0.34% | 0.8% | - |
| XYZ | 39.64 | 46.82 | 64.71 | - |
| YUV | 175.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 205 | 0.34 | 0.07 | 0 | 0.20 | 192 | 0.41 | 0.67 |
| Hex | 87 | BF | CD | 22 | 7 | 0 | 14 | C0 | 29 | 43 |
| Octal | 207 | 277 | 315 | 42 | 7 | 0 | 24 | 300 | 51 | 103 |
| Binary | 10000111 | 10111111 | 11001101 | 100010 | 111 | 0 | 10100 | 11000000 | 101001 | 1000011 |
Color Harmonies of #87BFCD
Complementary color
Monochromatic Colors of #87BFCD
Black with #87BFCD
Text Example
Text Example
White with #87BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFCD; }
p { color: rgb(135,191,205); }
H1.HeaderClassName
{
color: #87BFCD;
}
.AnyTagClassName
{
color: #87BFCD;
}
</style>
background-color css
<style>
a { background-color: #87BFCD; }
a { background-color: rgb(135,191,205); }
div.DivClassName
{
background-color: #87BFCD;
}
.BgClassName
{
background-color: #87BFCD;
}
</style>
border-color css
<style>
span { border-color: #87BFCD; }
span { border-color: rgb(135,191,205); }
td.TdClassName
{
border-color: #87BFCD;
}
.TagClassName
{
border-color: #87BFCD;
}
</style>