Shades of Seagull #86B5CB
Tints of Seagull #86B5CB
RGB
CMYK
RGB Variations
Color information
#86B5CB (or 0x86B5CB) is known color: Seagull. HEX triplet: 86, B5 and CB. RGB value is (134,181,203). Sum of RGB (Red+Green+Blue) = 134+181+203=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #86B5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5CB is #794A34. Grayscale: #A9A9A9. Windows color (decimal): -7948853 or 13350278. OLE color: 13350278.
HSL color Cylindrical-coordinate representation of color #86B5CB: hue angle of 199.13º degrees, saturation: 0.4, 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 #86B5CB is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 181 | 203 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.20 |
| HSL | 199.13º | 0.4% | 0.66% | - |
| HSV(B) | 199.13º | 0.34% | 0.8% | - |
| XYZ | 37.13 | 42.43 | 62.73 | - |
| YUV | 169.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 203 | 0.34 | 0.11 | 0 | 0.20 | 199.13 | 0.4 | 0.66 |
| Hex | 86 | B5 | CB | 22 | B | 0 | 14 | C7 | 28 | 42 |
| Octal | 206 | 265 | 313 | 42 | 13 | 0 | 24 | 307 | 50 | 102 |
| Binary | 10000110 | 10110101 | 11001011 | 100010 | 1011 | 0 | 10100 | 11000111 | 101000 | 1000010 |
Color Harmonies of #86B5CB
Complementary color
Monochromatic Colors of #86B5CB
Black with #86B5CB
Text Example
Text Example
White with #86B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B5CB; }
p { color: rgb(134,181,203); }
H1.HeaderClassName
{
color: #86B5CB;
}
.AnyTagClassName
{
color: #86B5CB;
}
</style>
background-color css
<style>
a { background-color: #86B5CB; }
a { background-color: rgb(134,181,203); }
div.DivClassName
{
background-color: #86B5CB;
}
.BgClassName
{
background-color: #86B5CB;
}
</style>
border-color css
<style>
span { border-color: #86B5CB; }
span { border-color: rgb(134,181,203); }
td.TdClassName
{
border-color: #86B5CB;
}
.TagClassName
{
border-color: #86B5CB;
}
</style>