Shades of Seagull #86BCCB
Tints of Seagull #86BCCB
RGB
CMYK
RGB Variations
Color information
#86BCCB (or 0x86BCCB) is known color: Seagull. HEX triplet: 86, BC and CB. RGB value is (134,188,203). Sum of RGB (Red+Green+Blue) = 134+188+203=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #86BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCCB is #794334. Grayscale: #ADADAD. Windows color (decimal): -7947061 or 13352070. OLE color: 13352070.
HSL color Cylindrical-coordinate representation of color #86BCCB: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86BCCB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 188 | 203 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.20 |
| HSL | 193.04º | 0.4% | 0.66% | - |
| HSV(B) | 193.04º | 0.34% | 0.8% | - |
| XYZ | 38.59 | 45.35 | 63.22 | - |
| YUV | 173.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 203 | 0.34 | 0.07 | 0 | 0.20 | 193.04 | 0.4 | 0.66 |
| Hex | 86 | BC | CB | 22 | 7 | 0 | 14 | C1 | 28 | 42 |
| Octal | 206 | 274 | 313 | 42 | 7 | 0 | 24 | 301 | 50 | 102 |
| Binary | 10000110 | 10111100 | 11001011 | 100010 | 111 | 0 | 10100 | 11000001 | 101000 | 1000010 |
Color Harmonies of #86BCCB
Complementary color
Monochromatic Colors of #86BCCB
Black with #86BCCB
Text Example
Text Example
White with #86BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCCB; }
p { color: rgb(134,188,203); }
H1.HeaderClassName
{
color: #86BCCB;
}
.AnyTagClassName
{
color: #86BCCB;
}
</style>
background-color css
<style>
a { background-color: #86BCCB; }
a { background-color: rgb(134,188,203); }
div.DivClassName
{
background-color: #86BCCB;
}
.BgClassName
{
background-color: #86BCCB;
}
</style>
border-color css
<style>
span { border-color: #86BCCB; }
span { border-color: rgb(134,188,203); }
td.TdClassName
{
border-color: #86BCCB;
}
.TagClassName
{
border-color: #86BCCB;
}
</style>