Shades of Seagull #85B7CF
Tints of Seagull #85B7CF
RGB
CMYK
RGB Variations
Color information
#85B7CF (or 0x85B7CF) is known color: Seagull. HEX triplet: 85, B7 and CF. RGB value is (133,183,207). Sum of RGB (Red+Green+Blue) = 133+183+207=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #85B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B7CF is #7A4830. Grayscale: #AAAAAA. Windows color (decimal): -8013873 or 13612933. OLE color: 13612933.
HSL color Cylindrical-coordinate representation of color #85B7CF: hue angle of 199.46º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B7CF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 183 | 207 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.19 |
| HSL | 199.46º | 0.44% | 0.67% | - |
| HSV(B) | 199.46º | 0.36% | 0.81% | - |
| XYZ | 37.87 | 43.36 | 65.4 | - |
| YUV | 170.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 207 | 0.36 | 0.12 | 0 | 0.19 | 199.46 | 0.44 | 0.67 |
| Hex | 85 | B7 | CF | 24 | C | 0 | 13 | C7 | 2C | 43 |
| Octal | 205 | 267 | 317 | 44 | 14 | 0 | 23 | 307 | 54 | 103 |
| Binary | 10000101 | 10110111 | 11001111 | 100100 | 1100 | 0 | 10011 | 11000111 | 101100 | 1000011 |
Color Harmonies of #85B7CF
Complementary color
Monochromatic Colors of #85B7CF
Black with #85B7CF
Text Example
Text Example
White with #85B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7CF; }
p { color: rgb(133,183,207); }
H1.HeaderClassName
{
color: #85B7CF;
}
.AnyTagClassName
{
color: #85B7CF;
}
</style>
background-color css
<style>
a { background-color: #85B7CF; }
a { background-color: rgb(133,183,207); }
div.DivClassName
{
background-color: #85B7CF;
}
.BgClassName
{
background-color: #85B7CF;
}
</style>
border-color css
<style>
span { border-color: #85B7CF; }
span { border-color: rgb(133,183,207); }
td.TdClassName
{
border-color: #85B7CF;
}
.TagClassName
{
border-color: #85B7CF;
}
</style>