Shades of Seagull #86BBDA
Tints of Seagull #86BBDA
RGB
CMYK
RGB Variations
Color information
#86BBDA (or 0x86BBDA) is known color: Seagull. HEX triplet: 86, BB and DA. RGB value is (134,187,218). Sum of RGB (Red+Green+Blue) = 134+187+218=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #86BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBDA is #794425. Grayscale: #AEAEAE. Windows color (decimal): -7947302 or 14334854. OLE color: 14334854.
HSL color Cylindrical-coordinate representation of color #86BBDA: hue angle of 202.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BBDA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 187 | 218 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.15 |
| HSL | 202.14º | 0.53% | 0.69% | - |
| HSV(B) | 202.14º | 0.39% | 0.85% | - |
| XYZ | 40.26 | 45.67 | 73.02 | - |
| YUV | 174.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 218 | 0.39 | 0.14 | 0 | 0.15 | 202.14 | 0.53 | 0.69 |
| Hex | 86 | BB | DA | 27 | E | 0 | F | CA | 35 | 45 |
| Octal | 206 | 273 | 332 | 47 | 16 | 0 | 17 | 312 | 65 | 105 |
| Binary | 10000110 | 10111011 | 11011010 | 100111 | 1110 | 0 | 1111 | 11001010 | 110101 | 1000101 |
Color Harmonies of #86BBDA
Complementary color
Monochromatic Colors of #86BBDA
Black with #86BBDA
Text Example
Text Example
White with #86BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBDA; }
p { color: rgb(134,187,218); }
H1.HeaderClassName
{
color: #86BBDA;
}
.AnyTagClassName
{
color: #86BBDA;
}
</style>
background-color css
<style>
a { background-color: #86BBDA; }
a { background-color: rgb(134,187,218); }
div.DivClassName
{
background-color: #86BBDA;
}
.BgClassName
{
background-color: #86BBDA;
}
</style>
border-color css
<style>
span { border-color: #86BBDA; }
span { border-color: rgb(134,187,218); }
td.TdClassName
{
border-color: #86BBDA;
}
.TagClassName
{
border-color: #86BBDA;
}
</style>