Shades of Seagull #86BECC
Tints of Seagull #86BECC
RGB
CMYK
RGB Variations
Color information
#86BECC (or 0x86BECC) is known color: Seagull. HEX triplet: 86, BE and CC. RGB value is (134,190,204). Sum of RGB (Red+Green+Blue) = 134+190+204=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #86BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BECC is #794133. Grayscale: #AEAEAE. Windows color (decimal): -7946548 or 13418118. OLE color: 13418118.
HSL color Cylindrical-coordinate representation of color #86BECC: hue angle of 192º degrees, saturation: 0.41, 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 #86BECC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 190 | 204 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.2 |
| HSL | 192º | 0.41% | 0.66% | - |
| HSV(B) | 192º | 0.34% | 0.8% | - |
| XYZ | 39.14 | 46.25 | 63.99 | - |
| YUV | 174.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 204 | 0.34 | 0.07 | 0 | 0.2 | 192 | 0.41 | 0.66 |
| Hex | 86 | BE | CC | 22 | 7 | 0 | 14 | C0 | 29 | 42 |
| Octal | 206 | 276 | 314 | 42 | 7 | 0 | 24 | 300 | 51 | 102 |
| Binary | 10000110 | 10111110 | 11001100 | 100010 | 111 | 0 | 10100 | 11000000 | 101001 | 1000010 |
Color Harmonies of #86BECC
Complementary color
Monochromatic Colors of #86BECC
Black with #86BECC
Text Example
Text Example
White with #86BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BECC; }
p { color: rgb(134,190,204); }
H1.HeaderClassName
{
color: #86BECC;
}
.AnyTagClassName
{
color: #86BECC;
}
</style>
background-color css
<style>
a { background-color: #86BECC; }
a { background-color: rgb(134,190,204); }
div.DivClassName
{
background-color: #86BECC;
}
.BgClassName
{
background-color: #86BECC;
}
</style>
border-color css
<style>
span { border-color: #86BECC; }
span { border-color: rgb(134,190,204); }
td.TdClassName
{
border-color: #86BECC;
}
.TagClassName
{
border-color: #86BECC;
}
</style>