Shades of Seagull #85B2CE
Tints of Seagull #85B2CE
RGB
CMYK
RGB Variations
Color information
#85B2CE (or 0x85B2CE) is known color: Seagull. HEX triplet: 85, B2 and CE. RGB value is (133,178,206). Sum of RGB (Red+Green+Blue) = 133+178+206=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #85B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2CE is #7A4D31. Grayscale: #A7A7A7. Windows color (decimal): -8015154 or 13546117. OLE color: 13546117.
HSL color Cylindrical-coordinate representation of color #85B2CE: hue angle of 203.01º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85B2CE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 178 | 206 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.19 |
| HSL | 203.01º | 0.43% | 0.66% | - |
| HSV(B) | 203.01º | 0.35% | 0.81% | - |
| XYZ | 36.73 | 41.28 | 64.42 | - |
| YUV | 167.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 206 | 0.35 | 0.14 | 0 | 0.19 | 203.01 | 0.43 | 0.66 |
| Hex | 85 | B2 | CE | 23 | E | 0 | 13 | CB | 2B | 42 |
| Octal | 205 | 262 | 316 | 43 | 16 | 0 | 23 | 313 | 53 | 102 |
| Binary | 10000101 | 10110010 | 11001110 | 100011 | 1110 | 0 | 10011 | 11001011 | 101011 | 1000010 |
Color Harmonies of #85B2CE
Complementary color
Monochromatic Colors of #85B2CE
Black with #85B2CE
Text Example
Text Example
White with #85B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B2CE; }
p { color: rgb(133,178,206); }
H1.HeaderClassName
{
color: #85B2CE;
}
.AnyTagClassName
{
color: #85B2CE;
}
</style>
background-color css
<style>
a { background-color: #85B2CE; }
a { background-color: rgb(133,178,206); }
div.DivClassName
{
background-color: #85B2CE;
}
.BgClassName
{
background-color: #85B2CE;
}
</style>
border-color css
<style>
span { border-color: #85B2CE; }
span { border-color: rgb(133,178,206); }
td.TdClassName
{
border-color: #85B2CE;
}
.TagClassName
{
border-color: #85B2CE;
}
</style>