Shades of Seagull #86BCD6
Tints of Seagull #86BCD6
RGB
CMYK
RGB Variations
Color information
#86BCD6 (or 0x86BCD6) is known color: Seagull. HEX triplet: 86, BC and D6. RGB value is (134,188,214). Sum of RGB (Red+Green+Blue) = 134+188+214=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #86BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCD6 is #794329. Grayscale: #AEAEAE. Windows color (decimal): -7947050 or 14072966. OLE color: 14072966.
HSL color Cylindrical-coordinate representation of color #86BCD6: hue angle of 199.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86BCD6 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 188 | 214 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.16 |
| HSL | 199.5º | 0.49% | 0.68% | - |
| HSV(B) | 199.5º | 0.37% | 0.84% | - |
| XYZ | 39.95 | 45.89 | 70.37 | - |
| YUV | 174.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 214 | 0.37 | 0.12 | 0 | 0.16 | 199.5 | 0.49 | 0.68 |
| Hex | 86 | BC | D6 | 25 | C | 0 | 10 | C8 | 31 | 44 |
| Octal | 206 | 274 | 326 | 45 | 14 | 0 | 20 | 310 | 61 | 104 |
| Binary | 10000110 | 10111100 | 11010110 | 100101 | 1100 | 0 | 10000 | 11001000 | 110001 | 1000100 |
Color Harmonies of #86BCD6
Complementary color
Monochromatic Colors of #86BCD6
Black with #86BCD6
Text Example
Text Example
White with #86BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCD6; }
p { color: rgb(134,188,214); }
H1.HeaderClassName
{
color: #86BCD6;
}
.AnyTagClassName
{
color: #86BCD6;
}
</style>
background-color css
<style>
a { background-color: #86BCD6; }
a { background-color: rgb(134,188,214); }
div.DivClassName
{
background-color: #86BCD6;
}
.BgClassName
{
background-color: #86BCD6;
}
</style>
border-color css
<style>
span { border-color: #86BCD6; }
span { border-color: rgb(134,188,214); }
td.TdClassName
{
border-color: #86BCD6;
}
.TagClassName
{
border-color: #86BCD6;
}
</style>