Shades of Seagull #86BDCC
Tints of Seagull #86BDCC
RGB
CMYK
RGB Variations
Color information
#86BDCC (or 0x86BDCC) is known color: Seagull. HEX triplet: 86, BD and CC. RGB value is (134,189,204). Sum of RGB (Red+Green+Blue) = 134+189+204=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #86BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDCC is #794233. Grayscale: #AEAEAE. Windows color (decimal): -7946804 or 13417862. OLE color: 13417862.
HSL color Cylindrical-coordinate representation of color #86BDCC: hue angle of 192.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86BDCC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 189 | 204 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.2 |
| HSL | 192.86º | 0.41% | 0.66% | - |
| HSV(B) | 192.86º | 0.34% | 0.8% | - |
| XYZ | 38.93 | 45.82 | 63.92 | - |
| YUV | 174.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 204 | 0.34 | 0.07 | 0 | 0.2 | 192.86 | 0.41 | 0.66 |
| Hex | 86 | BD | CC | 22 | 7 | 0 | 14 | C1 | 29 | 42 |
| Octal | 206 | 275 | 314 | 42 | 7 | 0 | 24 | 301 | 51 | 102 |
| Binary | 10000110 | 10111101 | 11001100 | 100010 | 111 | 0 | 10100 | 11000001 | 101001 | 1000010 |
Color Harmonies of #86BDCC
Complementary color
Monochromatic Colors of #86BDCC
Black with #86BDCC
Text Example
Text Example
White with #86BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDCC; }
p { color: rgb(134,189,204); }
H1.HeaderClassName
{
color: #86BDCC;
}
.AnyTagClassName
{
color: #86BDCC;
}
</style>
background-color css
<style>
a { background-color: #86BDCC; }
a { background-color: rgb(134,189,204); }
div.DivClassName
{
background-color: #86BDCC;
}
.BgClassName
{
background-color: #86BDCC;
}
</style>
border-color css
<style>
span { border-color: #86BDCC; }
span { border-color: rgb(134,189,204); }
td.TdClassName
{
border-color: #86BDCC;
}
.TagClassName
{
border-color: #86BDCC;
}
</style>