Shades of Seagull #85BCD0
Tints of Seagull #85BCD0
RGB
CMYK
RGB Variations
Color information
#85BCD0 (or 0x85BCD0) is known color: Seagull. HEX triplet: 85, BC and D0. RGB value is (133,188,208). Sum of RGB (Red+Green+Blue) = 133+188+208=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #85BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCD0 is #7A432F. Grayscale: #ADADAD. Windows color (decimal): -8012592 or 13679749. OLE color: 13679749.
HSL color Cylindrical-coordinate representation of color #85BCD0: hue angle of 196º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85BCD0 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 188 | 208 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.18 |
| HSL | 196º | 0.44% | 0.67% | - |
| HSV(B) | 196º | 0.36% | 0.82% | - |
| XYZ | 39.04 | 45.51 | 66.4 | - |
| YUV | 173.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 208 | 0.36 | 0.10 | 0 | 0.18 | 196 | 0.44 | 0.67 |
| Hex | 85 | BC | D0 | 24 | A | 0 | 12 | C4 | 2C | 43 |
| Octal | 205 | 274 | 320 | 44 | 12 | 0 | 22 | 304 | 54 | 103 |
| Binary | 10000101 | 10111100 | 11010000 | 100100 | 1010 | 0 | 10010 | 11000100 | 101100 | 1000011 |
Color Harmonies of #85BCD0
Complementary color
Monochromatic Colors of #85BCD0
Black with #85BCD0
Text Example
Text Example
White with #85BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCD0; }
p { color: rgb(133,188,208); }
H1.HeaderClassName
{
color: #85BCD0;
}
.AnyTagClassName
{
color: #85BCD0;
}
</style>
background-color css
<style>
a { background-color: #85BCD0; }
a { background-color: rgb(133,188,208); }
div.DivClassName
{
background-color: #85BCD0;
}
.BgClassName
{
background-color: #85BCD0;
}
</style>
border-color css
<style>
span { border-color: #85BCD0; }
span { border-color: rgb(133,188,208); }
td.TdClassName
{
border-color: #85BCD0;
}
.TagClassName
{
border-color: #85BCD0;
}
</style>