Shades of Seagull #86B4CB
Tints of Seagull #86B4CB
RGB
CMYK
RGB Variations
Color information
#86B4CB (or 0x86B4CB) is known color: Seagull. HEX triplet: 86, B4 and CB. RGB value is (134,180,203). Sum of RGB (Red+Green+Blue) = 134+180+203=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #86B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B4CB is #794B34. Grayscale: #A8A8A8. Windows color (decimal): -7949109 or 13350022. OLE color: 13350022.
HSL color Cylindrical-coordinate representation of color #86B4CB: hue angle of 200º 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 #86B4CB is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 180 | 203 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.20 |
| HSL | 200º | 0.4% | 0.66% | - |
| HSV(B) | 200º | 0.34% | 0.8% | - |
| XYZ | 36.93 | 42.02 | 62.66 | - |
| YUV | 168.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 203 | 0.34 | 0.11 | 0 | 0.20 | 200 | 0.4 | 0.66 |
| Hex | 86 | B4 | CB | 22 | B | 0 | 14 | C8 | 28 | 42 |
| Octal | 206 | 264 | 313 | 42 | 13 | 0 | 24 | 310 | 50 | 102 |
| Binary | 10000110 | 10110100 | 11001011 | 100010 | 1011 | 0 | 10100 | 11001000 | 101000 | 1000010 |
Color Harmonies of #86B4CB
Complementary color
Monochromatic Colors of #86B4CB
Black with #86B4CB
Text Example
Text Example
White with #86B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B4CB; }
p { color: rgb(134,180,203); }
H1.HeaderClassName
{
color: #86B4CB;
}
.AnyTagClassName
{
color: #86B4CB;
}
</style>
background-color css
<style>
a { background-color: #86B4CB; }
a { background-color: rgb(134,180,203); }
div.DivClassName
{
background-color: #86B4CB;
}
.BgClassName
{
background-color: #86B4CB;
}
</style>
border-color css
<style>
span { border-color: #86B4CB; }
span { border-color: rgb(134,180,203); }
td.TdClassName
{
border-color: #86B4CB;
}
.TagClassName
{
border-color: #86B4CB;
}
</style>