Shades of Seagull #86BCDB
Tints of Seagull #86BCDB
RGB
CMYK
RGB Variations
Color information
#86BCDB (or 0x86BCDB) is known color: Seagull. HEX triplet: 86, BC and DB. RGB value is (134,188,219). Sum of RGB (Red+Green+Blue) = 134+188+219=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #86BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCDB is #794324. Grayscale: #AFAFAF. Windows color (decimal): -7947045 or 14400646. OLE color: 14400646.
HSL color Cylindrical-coordinate representation of color #86BCDB: hue angle of 201.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BCDB is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 188 | 219 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.14 |
| HSL | 201.88º | 0.54% | 0.69% | - |
| HSV(B) | 201.88º | 0.39% | 0.86% | - |
| XYZ | 40.6 | 46.15 | 73.79 | - |
| YUV | 175.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 219 | 0.39 | 0.14 | 0 | 0.14 | 201.88 | 0.54 | 0.69 |
| Hex | 86 | BC | DB | 27 | E | 0 | E | CA | 36 | 45 |
| Octal | 206 | 274 | 333 | 47 | 16 | 0 | 16 | 312 | 66 | 105 |
| Binary | 10000110 | 10111100 | 11011011 | 100111 | 1110 | 0 | 1110 | 11001010 | 110110 | 1000101 |
Color Harmonies of #86BCDB
Complementary color
Monochromatic Colors of #86BCDB
Black with #86BCDB
Text Example
Text Example
White with #86BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCDB; }
p { color: rgb(134,188,219); }
H1.HeaderClassName
{
color: #86BCDB;
}
.AnyTagClassName
{
color: #86BCDB;
}
</style>
background-color css
<style>
a { background-color: #86BCDB; }
a { background-color: rgb(134,188,219); }
div.DivClassName
{
background-color: #86BCDB;
}
.BgClassName
{
background-color: #86BCDB;
}
</style>
border-color css
<style>
span { border-color: #86BCDB; }
span { border-color: rgb(134,188,219); }
td.TdClassName
{
border-color: #86BCDB;
}
.TagClassName
{
border-color: #86BCDB;
}
</style>