Shades of Seagull #85B7CB
Tints of Seagull #85B7CB
RGB
CMYK
RGB Variations
Color information
#85B7CB (or 0x85B7CB) is known color: Seagull. HEX triplet: 85, B7 and CB. RGB value is (133,183,203). Sum of RGB (Red+Green+Blue) = 133+183+203=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #85B7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B7CB is #7A4834. Grayscale: #AAAAAA. Windows color (decimal): -8013877 or 13350789. OLE color: 13350789.
HSL color Cylindrical-coordinate representation of color #85B7CB: hue angle of 197.14º 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 #85B7CB is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 183 | 203 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.20 |
| HSL | 197.14º | 0.4% | 0.66% | - |
| HSV(B) | 197.14º | 0.34% | 0.8% | - |
| XYZ | 37.39 | 43.17 | 62.86 | - |
| YUV | 170.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 203 | 0.34 | 0.10 | 0 | 0.20 | 197.14 | 0.4 | 0.66 |
| Hex | 85 | B7 | CB | 22 | A | 0 | 14 | C5 | 28 | 42 |
| Octal | 205 | 267 | 313 | 42 | 12 | 0 | 24 | 305 | 50 | 102 |
| Binary | 10000101 | 10110111 | 11001011 | 100010 | 1010 | 0 | 10100 | 11000101 | 101000 | 1000010 |
Color Harmonies of #85B7CB
Complementary color
Monochromatic Colors of #85B7CB
Black with #85B7CB
Text Example
Text Example
White with #85B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7CB; }
p { color: rgb(133,183,203); }
H1.HeaderClassName
{
color: #85B7CB;
}
.AnyTagClassName
{
color: #85B7CB;
}
</style>
background-color css
<style>
a { background-color: #85B7CB; }
a { background-color: rgb(133,183,203); }
div.DivClassName
{
background-color: #85B7CB;
}
.BgClassName
{
background-color: #85B7CB;
}
</style>
border-color css
<style>
span { border-color: #85B7CB; }
span { border-color: rgb(133,183,203); }
td.TdClassName
{
border-color: #85B7CB;
}
.TagClassName
{
border-color: #85B7CB;
}
</style>