Shades of Seagull #86BFC9
Tints of Seagull #86BFC9
RGB
CMYK
RGB Variations
Color information
#86BFC9 (or 0x86BFC9) is known color: Seagull. HEX triplet: 86, BF and C9. RGB value is (134,191,201). Sum of RGB (Red+Green+Blue) = 134+191+201=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #86BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFC9 is #794036. Grayscale: #AFAFAF. Windows color (decimal): -7946295 or 13221766. OLE color: 13221766.
HSL color Cylindrical-coordinate representation of color #86BFC9: hue angle of 188.96º 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 #86BFC9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 191 | 201 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.21 |
| HSL | 188.96º | 0.38% | 0.66% | - |
| HSV(B) | 188.96º | 0.33% | 0.79% | - |
| XYZ | 39 | 46.55 | 62.19 | - |
| YUV | 175.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 201 | 0.33 | 0.05 | 0 | 0.21 | 188.96 | 0.38 | 0.66 |
| Hex | 86 | BF | C9 | 21 | 5 | 0 | 15 | BD | 26 | 42 |
| Octal | 206 | 277 | 311 | 41 | 5 | 0 | 25 | 275 | 46 | 102 |
| Binary | 10000110 | 10111111 | 11001001 | 100001 | 101 | 0 | 10101 | 10111101 | 100110 | 1000010 |
Color Harmonies of #86BFC9
Complementary color
Monochromatic Colors of #86BFC9
Black with #86BFC9
Text Example
Text Example
White with #86BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFC9; }
p { color: rgb(134,191,201); }
H1.HeaderClassName
{
color: #86BFC9;
}
.AnyTagClassName
{
color: #86BFC9;
}
</style>
background-color css
<style>
a { background-color: #86BFC9; }
a { background-color: rgb(134,191,201); }
div.DivClassName
{
background-color: #86BFC9;
}
.BgClassName
{
background-color: #86BFC9;
}
</style>
border-color css
<style>
span { border-color: #86BFC9; }
span { border-color: rgb(134,191,201); }
td.TdClassName
{
border-color: #86BFC9;
}
.TagClassName
{
border-color: #86BFC9;
}
</style>