Shades of Seagull #86BBCD
Tints of Seagull #86BBCD
RGB
CMYK
RGB Variations
Color information
#86BBCD (or 0x86BBCD) is known color: Seagull. HEX triplet: 86, BB and CD. RGB value is (134,187,205). Sum of RGB (Red+Green+Blue) = 134+187+205=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #86BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBCD is #794432. Grayscale: #ADADAD. Windows color (decimal): -7947315 or 13482886. OLE color: 13482886.
HSL color Cylindrical-coordinate representation of color #86BBCD: hue angle of 195.21º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86BBCD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 187 | 205 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.20 |
| HSL | 195.21º | 0.42% | 0.66% | - |
| HSV(B) | 195.21º | 0.35% | 0.8% | - |
| XYZ | 38.62 | 45.02 | 64.41 | - |
| YUV | 173.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 205 | 0.35 | 0.09 | 0 | 0.20 | 195.21 | 0.42 | 0.66 |
| Hex | 86 | BB | CD | 23 | 9 | 0 | 14 | C3 | 2A | 42 |
| Octal | 206 | 273 | 315 | 43 | 11 | 0 | 24 | 303 | 52 | 102 |
| Binary | 10000110 | 10111011 | 11001101 | 100011 | 1001 | 0 | 10100 | 11000011 | 101010 | 1000010 |
Color Harmonies of #86BBCD
Complementary color
Monochromatic Colors of #86BBCD
Black with #86BBCD
Text Example
Text Example
White with #86BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBCD; }
p { color: rgb(134,187,205); }
H1.HeaderClassName
{
color: #86BBCD;
}
.AnyTagClassName
{
color: #86BBCD;
}
</style>
background-color css
<style>
a { background-color: #86BBCD; }
a { background-color: rgb(134,187,205); }
div.DivClassName
{
background-color: #86BBCD;
}
.BgClassName
{
background-color: #86BBCD;
}
</style>
border-color css
<style>
span { border-color: #86BBCD; }
span { border-color: rgb(134,187,205); }
td.TdClassName
{
border-color: #86BBCD;
}
.TagClassName
{
border-color: #86BBCD;
}
</style>