Shades of Seagull #86BDDB
Tints of Seagull #86BDDB
RGB
CMYK
RGB Variations
Color information
#86BDDB (or 0x86BDDB) is known color: Seagull. HEX triplet: 86, BD and DB. RGB value is (134,189,219). Sum of RGB (Red+Green+Blue) = 134+189+219=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #86BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDDB is #794224. Grayscale: #AFAFAF. Windows color (decimal): -7946789 or 14400902. OLE color: 14400902.
HSL color Cylindrical-coordinate representation of color #86BDDB: hue angle of 201.18º 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 #86BDDB is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 189 | 219 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.14 |
| HSL | 201.18º | 0.54% | 0.69% | - |
| HSV(B) | 201.18º | 0.39% | 0.86% | - |
| XYZ | 40.82 | 46.58 | 73.86 | - |
| YUV | 175.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 219 | 0.39 | 0.14 | 0 | 0.14 | 201.18 | 0.54 | 0.69 |
| Hex | 86 | BD | DB | 27 | E | 0 | E | C9 | 36 | 45 |
| Octal | 206 | 275 | 333 | 47 | 16 | 0 | 16 | 311 | 66 | 105 |
| Binary | 10000110 | 10111101 | 11011011 | 100111 | 1110 | 0 | 1110 | 11001001 | 110110 | 1000101 |
Color Harmonies of #86BDDB
Complementary color
Monochromatic Colors of #86BDDB
Black with #86BDDB
Text Example
Text Example
White with #86BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDDB; }
p { color: rgb(134,189,219); }
H1.HeaderClassName
{
color: #86BDDB;
}
.AnyTagClassName
{
color: #86BDDB;
}
</style>
background-color css
<style>
a { background-color: #86BDDB; }
a { background-color: rgb(134,189,219); }
div.DivClassName
{
background-color: #86BDDB;
}
.BgClassName
{
background-color: #86BDDB;
}
</style>
border-color css
<style>
span { border-color: #86BDDB; }
span { border-color: rgb(134,189,219); }
td.TdClassName
{
border-color: #86BDDB;
}
.TagClassName
{
border-color: #86BDDB;
}
</style>