Shades of Seagull #86BFD4
Tints of Seagull #86BFD4
RGB
CMYK
RGB Variations
Color information
#86BFD4 (or 0x86BFD4) is known color: Seagull. HEX triplet: 86, BF and D4. RGB value is (134,191,212). Sum of RGB (Red+Green+Blue) = 134+191+212=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #86BFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFD4 is #79402B. Grayscale: #B0B0B0. Windows color (decimal): -7946284 or 13942662. OLE color: 13942662.
HSL color Cylindrical-coordinate representation of color #86BFD4: hue angle of 196.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86BFD4 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 191 | 212 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.17 |
| HSL | 196.15º | 0.48% | 0.68% | - |
| HSV(B) | 196.15º | 0.37% | 0.83% | - |
| XYZ | 40.35 | 47.08 | 69.25 | - |
| YUV | 176.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 212 | 0.37 | 0.10 | 0 | 0.17 | 196.15 | 0.48 | 0.68 |
| Hex | 86 | BF | D4 | 25 | A | 0 | 11 | C4 | 30 | 44 |
| Octal | 206 | 277 | 324 | 45 | 12 | 0 | 21 | 304 | 60 | 104 |
| Binary | 10000110 | 10111111 | 11010100 | 100101 | 1010 | 0 | 10001 | 11000100 | 110000 | 1000100 |
Color Harmonies of #86BFD4
Complementary color
Monochromatic Colors of #86BFD4
Black with #86BFD4
Text Example
Text Example
White with #86BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFD4; }
p { color: rgb(134,191,212); }
H1.HeaderClassName
{
color: #86BFD4;
}
.AnyTagClassName
{
color: #86BFD4;
}
</style>
background-color css
<style>
a { background-color: #86BFD4; }
a { background-color: rgb(134,191,212); }
div.DivClassName
{
background-color: #86BFD4;
}
.BgClassName
{
background-color: #86BFD4;
}
</style>
border-color css
<style>
span { border-color: #86BFD4; }
span { border-color: rgb(134,191,212); }
td.TdClassName
{
border-color: #86BFD4;
}
.TagClassName
{
border-color: #86BFD4;
}
</style>