Shades of Seagull #86BBCE
Tints of Seagull #86BBCE
RGB
CMYK
RGB Variations
Color information
#86BBCE (or 0x86BBCE) is known color: Seagull. HEX triplet: 86, BB and CE. RGB value is (134,187,206). Sum of RGB (Red+Green+Blue) = 134+187+206=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBCE is #794431. Grayscale: #ADADAD. Windows color (decimal): -7947314 or 13548422. OLE color: 13548422.
HSL color Cylindrical-coordinate representation of color #86BBCE: hue angle of 195.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86BBCE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 187 | 206 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.19 |
| HSL | 195.83º | 0.42% | 0.67% | - |
| HSV(B) | 195.83º | 0.35% | 0.81% | - |
| XYZ | 38.74 | 45.07 | 65.05 | - |
| YUV | 173.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 206 | 0.35 | 0.09 | 0 | 0.19 | 195.83 | 0.42 | 0.67 |
| Hex | 86 | BB | CE | 23 | 9 | 0 | 13 | C4 | 2A | 43 |
| Octal | 206 | 273 | 316 | 43 | 11 | 0 | 23 | 304 | 52 | 103 |
| Binary | 10000110 | 10111011 | 11001110 | 100011 | 1001 | 0 | 10011 | 11000100 | 101010 | 1000011 |
Color Harmonies of #86BBCE
Complementary color
Monochromatic Colors of #86BBCE
Black with #86BBCE
Text Example
Text Example
White with #86BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBCE; }
p { color: rgb(134,187,206); }
H1.HeaderClassName
{
color: #86BBCE;
}
.AnyTagClassName
{
color: #86BBCE;
}
</style>
background-color css
<style>
a { background-color: #86BBCE; }
a { background-color: rgb(134,187,206); }
div.DivClassName
{
background-color: #86BBCE;
}
.BgClassName
{
background-color: #86BBCE;
}
</style>
border-color css
<style>
span { border-color: #86BBCE; }
span { border-color: rgb(134,187,206); }
td.TdClassName
{
border-color: #86BBCE;
}
.TagClassName
{
border-color: #86BBCE;
}
</style>