Shades of Seagull #85B5CF
Tints of Seagull #85B5CF
RGB
CMYK
RGB Variations
Color information
#85B5CF (or 0x85B5CF) is known color: Seagull. HEX triplet: 85, B5 and CF. RGB value is (133,181,207). Sum of RGB (Red+Green+Blue) = 133+181+207=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #85B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5CF is #7A4A30. Grayscale: #A9A9A9. Windows color (decimal): -8014385 or 13612421. OLE color: 13612421.
HSL color Cylindrical-coordinate representation of color #85B5CF: hue angle of 201.08º 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 #85B5CF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 181 | 207 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.19 |
| HSL | 201.08º | 0.44% | 0.67% | - |
| HSV(B) | 201.08º | 0.36% | 0.81% | - |
| XYZ | 37.46 | 42.54 | 65.27 | - |
| YUV | 169.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 207 | 0.36 | 0.13 | 0 | 0.19 | 201.08 | 0.44 | 0.67 |
| Hex | 85 | B5 | CF | 24 | D | 0 | 13 | C9 | 2C | 43 |
| Octal | 205 | 265 | 317 | 44 | 15 | 0 | 23 | 311 | 54 | 103 |
| Binary | 10000101 | 10110101 | 11001111 | 100100 | 1101 | 0 | 10011 | 11001001 | 101100 | 1000011 |
Color Harmonies of #85B5CF
Complementary color
Monochromatic Colors of #85B5CF
Black with #85B5CF
Text Example
Text Example
White with #85B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5CF; }
p { color: rgb(133,181,207); }
H1.HeaderClassName
{
color: #85B5CF;
}
.AnyTagClassName
{
color: #85B5CF;
}
</style>
background-color css
<style>
a { background-color: #85B5CF; }
a { background-color: rgb(133,181,207); }
div.DivClassName
{
background-color: #85B5CF;
}
.BgClassName
{
background-color: #85B5CF;
}
</style>
border-color css
<style>
span { border-color: #85B5CF; }
span { border-color: rgb(133,181,207); }
td.TdClassName
{
border-color: #85B5CF;
}
.TagClassName
{
border-color: #85B5CF;
}
</style>