Shades of Seagull #86BFCE
Tints of Seagull #86BFCE
RGB
CMYK
RGB Variations
Color information
#86BFCE (or 0x86BFCE) is known color: Seagull. HEX triplet: 86, BF and CE. RGB value is (134,191,206). Sum of RGB (Red+Green+Blue) = 134+191+206=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFCE is #794031. Grayscale: #AFAFAF. Windows color (decimal): -7946290 or 13549446. OLE color: 13549446.
HSL color Cylindrical-coordinate representation of color #86BFCE: hue angle of 192.5º 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 #86BFCE is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 191 | 206 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.19 |
| HSL | 192.5º | 0.42% | 0.67% | - |
| HSV(B) | 192.5º | 0.35% | 0.81% | - |
| XYZ | 39.6 | 46.79 | 65.34 | - |
| YUV | 175.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 206 | 0.35 | 0.07 | 0 | 0.19 | 192.5 | 0.42 | 0.67 |
| Hex | 86 | BF | CE | 23 | 7 | 0 | 13 | C0 | 2A | 43 |
| Octal | 206 | 277 | 316 | 43 | 7 | 0 | 23 | 300 | 52 | 103 |
| Binary | 10000110 | 10111111 | 11001110 | 100011 | 111 | 0 | 10011 | 11000000 | 101010 | 1000011 |
Color Harmonies of #86BFCE
Complementary color
Monochromatic Colors of #86BFCE
Black with #86BFCE
Text Example
Text Example
White with #86BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFCE; }
p { color: rgb(134,191,206); }
H1.HeaderClassName
{
color: #86BFCE;
}
.AnyTagClassName
{
color: #86BFCE;
}
</style>
background-color css
<style>
a { background-color: #86BFCE; }
a { background-color: rgb(134,191,206); }
div.DivClassName
{
background-color: #86BFCE;
}
.BgClassName
{
background-color: #86BFCE;
}
</style>
border-color css
<style>
span { border-color: #86BFCE; }
span { border-color: rgb(134,191,206); }
td.TdClassName
{
border-color: #86BFCE;
}
.TagClassName
{
border-color: #86BFCE;
}
</style>