Shades of Seagull #86BDC9
Tints of Seagull #86BDC9
RGB
CMYK
RGB Variations
Color information
#86BDC9 (or 0x86BDC9) is known color: Seagull. HEX triplet: 86, BD and C9. RGB value is (134,189,201). Sum of RGB (Red+Green+Blue) = 134+189+201=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #86BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDC9 is #794236. Grayscale: #ADADAD. Windows color (decimal): -7946807 or 13221254. OLE color: 13221254.
HSL color Cylindrical-coordinate representation of color #86BDC9: hue angle of 190.75º 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 #86BDC9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 189 | 201 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.21 |
| HSL | 190.75º | 0.38% | 0.66% | - |
| HSV(B) | 190.75º | 0.33% | 0.79% | - |
| XYZ | 38.57 | 45.68 | 62.04 | - |
| YUV | 173.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 201 | 0.33 | 0.06 | 0 | 0.21 | 190.75 | 0.38 | 0.66 |
| Hex | 86 | BD | C9 | 21 | 6 | 0 | 15 | BF | 26 | 42 |
| Octal | 206 | 275 | 311 | 41 | 6 | 0 | 25 | 277 | 46 | 102 |
| Binary | 10000110 | 10111101 | 11001001 | 100001 | 110 | 0 | 10101 | 10111111 | 100110 | 1000010 |
Color Harmonies of #86BDC9
Complementary color
Monochromatic Colors of #86BDC9
Black with #86BDC9
Text Example
Text Example
White with #86BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDC9; }
p { color: rgb(134,189,201); }
H1.HeaderClassName
{
color: #86BDC9;
}
.AnyTagClassName
{
color: #86BDC9;
}
</style>
background-color css
<style>
a { background-color: #86BDC9; }
a { background-color: rgb(134,189,201); }
div.DivClassName
{
background-color: #86BDC9;
}
.BgClassName
{
background-color: #86BDC9;
}
</style>
border-color css
<style>
span { border-color: #86BDC9; }
span { border-color: rgb(134,189,201); }
td.TdClassName
{
border-color: #86BDC9;
}
.TagClassName
{
border-color: #86BDC9;
}
</style>