Shades of Seagull #87C1CE
Tints of Seagull #87C1CE
RGB
CMYK
RGB Variations
Color information
#87C1CE (or 0x87C1CE) is known color: Seagull. HEX triplet: 87, C1 and CE. RGB value is (135,193,206). Sum of RGB (Red+Green+Blue) = 135+193+206=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #87C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1CE is #783E31. Grayscale: #B1B1B1. Windows color (decimal): -7880242 or 13549959. OLE color: 13549959.
HSL color Cylindrical-coordinate representation of color #87C1CE: hue angle of 190.99º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C1CE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 193 | 206 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.19 |
| HSL | 190.99º | 0.42% | 0.67% | - |
| HSV(B) | 190.99º | 0.34% | 0.81% | - |
| XYZ | 40.2 | 47.75 | 65.49 | - |
| YUV | 177.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 206 | 0.34 | 0.06 | 0 | 0.19 | 190.99 | 0.42 | 0.67 |
| Hex | 87 | C1 | CE | 22 | 6 | 0 | 13 | BF | 2A | 43 |
| Octal | 207 | 301 | 316 | 42 | 6 | 0 | 23 | 277 | 52 | 103 |
| Binary | 10000111 | 11000001 | 11001110 | 100010 | 110 | 0 | 10011 | 10111111 | 101010 | 1000011 |
Color Harmonies of #87C1CE
Complementary color
Monochromatic Colors of #87C1CE
Black with #87C1CE
Text Example
Text Example
White with #87C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C1CE; }
p { color: rgb(135,193,206); }
H1.HeaderClassName
{
color: #87C1CE;
}
.AnyTagClassName
{
color: #87C1CE;
}
</style>
background-color css
<style>
a { background-color: #87C1CE; }
a { background-color: rgb(135,193,206); }
div.DivClassName
{
background-color: #87C1CE;
}
.BgClassName
{
background-color: #87C1CE;
}
</style>
border-color css
<style>
span { border-color: #87C1CE; }
span { border-color: rgb(135,193,206); }
td.TdClassName
{
border-color: #87C1CE;
}
.TagClassName
{
border-color: #87C1CE;
}
</style>