Shades of Seagull #85B6CB
Tints of Seagull #85B6CB
RGB
CMYK
RGB Variations
Color information
#85B6CB (or 0x85B6CB) is known color: Seagull. HEX triplet: 85, B6 and CB. RGB value is (133,182,203). Sum of RGB (Red+Green+Blue) = 133+182+203=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 182 (71.48% from 255 or 35.14% 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 #85B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6CB is #7A4934. Grayscale: #A9A9A9. Windows color (decimal): -8014133 or 13350533. OLE color: 13350533.
HSL color Cylindrical-coordinate representation of color #85B6CB: hue angle of 198º 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 #85B6CB is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 182 | 203 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.20 |
| HSL | 198º | 0.4% | 0.66% | - |
| HSV(B) | 198º | 0.34% | 0.8% | - |
| XYZ | 37.18 | 42.75 | 62.79 | - |
| YUV | 169.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 203 | 0.34 | 0.10 | 0 | 0.20 | 198 | 0.4 | 0.66 |
| Hex | 85 | B6 | CB | 22 | A | 0 | 14 | C6 | 28 | 42 |
| Octal | 205 | 266 | 313 | 42 | 12 | 0 | 24 | 306 | 50 | 102 |
| Binary | 10000101 | 10110110 | 11001011 | 100010 | 1010 | 0 | 10100 | 11000110 | 101000 | 1000010 |
Color Harmonies of #85B6CB
Complementary color
Monochromatic Colors of #85B6CB
Black with #85B6CB
Text Example
Text Example
White with #85B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B6CB; }
p { color: rgb(133,182,203); }
H1.HeaderClassName
{
color: #85B6CB;
}
.AnyTagClassName
{
color: #85B6CB;
}
</style>
background-color css
<style>
a { background-color: #85B6CB; }
a { background-color: rgb(133,182,203); }
div.DivClassName
{
background-color: #85B6CB;
}
.BgClassName
{
background-color: #85B6CB;
}
</style>
border-color css
<style>
span { border-color: #85B6CB; }
span { border-color: rgb(133,182,203); }
td.TdClassName
{
border-color: #85B6CB;
}
.TagClassName
{
border-color: #85B6CB;
}
</style>