Shades of Seagull #86BEDB
Tints of Seagull #86BEDB
RGB
CMYK
RGB Variations
Color information
#86BEDB (or 0x86BEDB) is known color: Seagull. HEX triplet: 86, BE and DB. RGB value is (134,190,219). Sum of RGB (Red+Green+Blue) = 134+190+219=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #86BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEDB is #794124. Grayscale: #B0B0B0. Windows color (decimal): -7946533 or 14401158. OLE color: 14401158.
HSL color Cylindrical-coordinate representation of color #86BEDB: hue angle of 200.47º 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 #86BEDB is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 190 | 219 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.14 |
| HSL | 200.47º | 0.54% | 0.69% | - |
| HSV(B) | 200.47º | 0.39% | 0.86% | - |
| XYZ | 41.03 | 47.01 | 73.93 | - |
| YUV | 176.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 219 | 0.39 | 0.13 | 0 | 0.14 | 200.47 | 0.54 | 0.69 |
| Hex | 86 | BE | DB | 27 | D | 0 | E | C8 | 36 | 45 |
| Octal | 206 | 276 | 333 | 47 | 15 | 0 | 16 | 310 | 66 | 105 |
| Binary | 10000110 | 10111110 | 11011011 | 100111 | 1101 | 0 | 1110 | 11001000 | 110110 | 1000101 |
Color Harmonies of #86BEDB
Complementary color
Monochromatic Colors of #86BEDB
Black with #86BEDB
Text Example
Text Example
White with #86BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEDB; }
p { color: rgb(134,190,219); }
H1.HeaderClassName
{
color: #86BEDB;
}
.AnyTagClassName
{
color: #86BEDB;
}
</style>
background-color css
<style>
a { background-color: #86BEDB; }
a { background-color: rgb(134,190,219); }
div.DivClassName
{
background-color: #86BEDB;
}
.BgClassName
{
background-color: #86BEDB;
}
</style>
border-color css
<style>
span { border-color: #86BEDB; }
span { border-color: rgb(134,190,219); }
td.TdClassName
{
border-color: #86BEDB;
}
.TagClassName
{
border-color: #86BEDB;
}
</style>