Shades of Seagull #86BCC9
Tints of Seagull #86BCC9
RGB
CMYK
RGB Variations
Color information
#86BCC9 (or 0x86BCC9) is known color: Seagull. HEX triplet: 86, BC and C9. RGB value is (134,188,201). Sum of RGB (Red+Green+Blue) = 134+188+201=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #86BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCC9 is #794336. Grayscale: #ADADAD. Windows color (decimal): -7947063 or 13220998. OLE color: 13220998.
HSL color Cylindrical-coordinate representation of color #86BCC9: hue angle of 191.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86BCC9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 188 | 201 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.21 |
| HSL | 191.64º | 0.38% | 0.66% | - |
| HSV(B) | 191.64º | 0.33% | 0.79% | - |
| XYZ | 38.36 | 45.25 | 61.97 | - |
| YUV | 173.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 201 | 0.33 | 0.06 | 0 | 0.21 | 191.64 | 0.38 | 0.66 |
| Hex | 86 | BC | C9 | 21 | 6 | 0 | 15 | C0 | 26 | 42 |
| Octal | 206 | 274 | 311 | 41 | 6 | 0 | 25 | 300 | 46 | 102 |
| Binary | 10000110 | 10111100 | 11001001 | 100001 | 110 | 0 | 10101 | 11000000 | 100110 | 1000010 |
Color Harmonies of #86BCC9
Complementary color
Monochromatic Colors of #86BCC9
Black with #86BCC9
Text Example
Text Example
White with #86BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCC9; }
p { color: rgb(134,188,201); }
H1.HeaderClassName
{
color: #86BCC9;
}
.AnyTagClassName
{
color: #86BCC9;
}
</style>
background-color css
<style>
a { background-color: #86BCC9; }
a { background-color: rgb(134,188,201); }
div.DivClassName
{
background-color: #86BCC9;
}
.BgClassName
{
background-color: #86BCC9;
}
</style>
border-color css
<style>
span { border-color: #86BCC9; }
span { border-color: rgb(134,188,201); }
td.TdClassName
{
border-color: #86BCC9;
}
.TagClassName
{
border-color: #86BCC9;
}
</style>