Shades of Seagull #86BFD7
Tints of Seagull #86BFD7
RGB
CMYK
RGB Variations
Color information
#86BFD7 (or 0x86BFD7) is known color: Seagull. HEX triplet: 86, BF and D7. RGB value is (134,191,215). Sum of RGB (Red+Green+Blue) = 134+191+215=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #86BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFD7 is #794028. Grayscale: #B0B0B0. Windows color (decimal): -7946281 or 14139270. OLE color: 14139270.
HSL color Cylindrical-coordinate representation of color #86BFD7: hue angle of 197.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86BFD7 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 191 | 215 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.16 |
| HSL | 197.78º | 0.5% | 0.68% | - |
| HSV(B) | 197.78º | 0.38% | 0.84% | - |
| XYZ | 40.73 | 47.24 | 71.26 | - |
| YUV | 176.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 215 | 0.38 | 0.11 | 0 | 0.16 | 197.78 | 0.5 | 0.68 |
| Hex | 86 | BF | D7 | 26 | B | 0 | 10 | C6 | 32 | 44 |
| Octal | 206 | 277 | 327 | 46 | 13 | 0 | 20 | 306 | 62 | 104 |
| Binary | 10000110 | 10111111 | 11010111 | 100110 | 1011 | 0 | 10000 | 11000110 | 110010 | 1000100 |
Color Harmonies of #86BFD7
Complementary color
Monochromatic Colors of #86BFD7
Black with #86BFD7
Text Example
Text Example
White with #86BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFD7; }
p { color: rgb(134,191,215); }
H1.HeaderClassName
{
color: #86BFD7;
}
.AnyTagClassName
{
color: #86BFD7;
}
</style>
background-color css
<style>
a { background-color: #86BFD7; }
a { background-color: rgb(134,191,215); }
div.DivClassName
{
background-color: #86BFD7;
}
.BgClassName
{
background-color: #86BFD7;
}
</style>
border-color css
<style>
span { border-color: #86BFD7; }
span { border-color: rgb(134,191,215); }
td.TdClassName
{
border-color: #86BFD7;
}
.TagClassName
{
border-color: #86BFD7;
}
</style>