Shades of Seagull #86BED2
Tints of Seagull #86BED2
RGB
CMYK
RGB Variations
Color information
#86BED2 (or 0x86BED2) is known color: Seagull. HEX triplet: 86, BE and D2. RGB value is (134,190,210). Sum of RGB (Red+Green+Blue) = 134+190+210=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #86BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BED2 is #79412D. Grayscale: #AFAFAF. Windows color (decimal): -7946542 or 13811334. OLE color: 13811334.
HSL color Cylindrical-coordinate representation of color #86BED2: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86BED2 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 190 | 210 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.18 |
| HSL | 195.79º | 0.46% | 0.67% | - |
| HSV(B) | 195.79º | 0.36% | 0.82% | - |
| XYZ | 39.88 | 46.55 | 67.86 | - |
| YUV | 175.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 210 | 0.36 | 0.10 | 0 | 0.18 | 195.79 | 0.46 | 0.67 |
| Hex | 86 | BE | D2 | 24 | A | 0 | 12 | C4 | 2E | 43 |
| Octal | 206 | 276 | 322 | 44 | 12 | 0 | 22 | 304 | 56 | 103 |
| Binary | 10000110 | 10111110 | 11010010 | 100100 | 1010 | 0 | 10010 | 11000100 | 101110 | 1000011 |
Color Harmonies of #86BED2
Complementary color
Monochromatic Colors of #86BED2
Black with #86BED2
Text Example
Text Example
White with #86BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BED2; }
p { color: rgb(134,190,210); }
H1.HeaderClassName
{
color: #86BED2;
}
.AnyTagClassName
{
color: #86BED2;
}
</style>
background-color css
<style>
a { background-color: #86BED2; }
a { background-color: rgb(134,190,210); }
div.DivClassName
{
background-color: #86BED2;
}
.BgClassName
{
background-color: #86BED2;
}
</style>
border-color css
<style>
span { border-color: #86BED2; }
span { border-color: rgb(134,190,210); }
td.TdClassName
{
border-color: #86BED2;
}
.TagClassName
{
border-color: #86BED2;
}
</style>