Shades of Seagull #86BCCE
Tints of Seagull #86BCCE
RGB
CMYK
RGB Variations
Color information
#86BCCE (or 0x86BCCE) is known color: Seagull. HEX triplet: 86, BC and CE. RGB value is (134,188,206). Sum of RGB (Red+Green+Blue) = 134+188+206=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCCE is #794331. Grayscale: #ADADAD. Windows color (decimal): -7947058 or 13548678. OLE color: 13548678.
HSL color Cylindrical-coordinate representation of color #86BCCE: hue angle of 195º 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 #86BCCE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 188 | 206 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.19 |
| HSL | 195º | 0.42% | 0.67% | - |
| HSV(B) | 195º | 0.35% | 0.81% | - |
| XYZ | 38.96 | 45.49 | 65.12 | - |
| YUV | 173.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 206 | 0.35 | 0.09 | 0 | 0.19 | 195 | 0.42 | 0.67 |
| Hex | 86 | BC | CE | 23 | 9 | 0 | 13 | C3 | 2A | 43 |
| Octal | 206 | 274 | 316 | 43 | 11 | 0 | 23 | 303 | 52 | 103 |
| Binary | 10000110 | 10111100 | 11001110 | 100011 | 1001 | 0 | 10011 | 11000011 | 101010 | 1000011 |
Color Harmonies of #86BCCE
Complementary color
Monochromatic Colors of #86BCCE
Black with #86BCCE
Text Example
Text Example
White with #86BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCCE; }
p { color: rgb(134,188,206); }
H1.HeaderClassName
{
color: #86BCCE;
}
.AnyTagClassName
{
color: #86BCCE;
}
</style>
background-color css
<style>
a { background-color: #86BCCE; }
a { background-color: rgb(134,188,206); }
div.DivClassName
{
background-color: #86BCCE;
}
.BgClassName
{
background-color: #86BCCE;
}
</style>
border-color css
<style>
span { border-color: #86BCCE; }
span { border-color: rgb(134,188,206); }
td.TdClassName
{
border-color: #86BCCE;
}
.TagClassName
{
border-color: #86BCCE;
}
</style>