Shades of Seagull #85B4C7
Tints of Seagull #85B4C7
RGB
CMYK
RGB Variations
Color information
#85B4C7 (or 0x85B4C7) is known color: Seagull. HEX triplet: 85, B4 and C7. RGB value is (133,180,199). Sum of RGB (Red+Green+Blue) = 133+180+199=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #85B4C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4C7 is #7A4B38. Grayscale: #A7A7A7. Windows color (decimal): -8014649 or 13087877. OLE color: 13087877.
HSL color Cylindrical-coordinate representation of color #85B4C7: hue angle of 197.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85B4C7 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 180 | 199 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.22 |
| HSL | 197.27º | 0.37% | 0.65% | - |
| HSV(B) | 197.27º | 0.33% | 0.78% | - |
| XYZ | 36.3 | 41.75 | 60.18 | - |
| YUV | 168.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 199 | 0.33 | 0.10 | 0 | 0.22 | 197.27 | 0.37 | 0.65 |
| Hex | 85 | B4 | C7 | 21 | A | 0 | 16 | C5 | 25 | 41 |
| Octal | 205 | 264 | 307 | 41 | 12 | 0 | 26 | 305 | 45 | 101 |
| Binary | 10000101 | 10110100 | 11000111 | 100001 | 1010 | 0 | 10110 | 11000101 | 100101 | 1000001 |
Color Harmonies of #85B4C7
Complementary color
Monochromatic Colors of #85B4C7
Black with #85B4C7
Text Example
Text Example
White with #85B4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B4C7; }
p { color: rgb(133,180,199); }
H1.HeaderClassName
{
color: #85B4C7;
}
.AnyTagClassName
{
color: #85B4C7;
}
</style>
background-color css
<style>
a { background-color: #85B4C7; }
a { background-color: rgb(133,180,199); }
div.DivClassName
{
background-color: #85B4C7;
}
.BgClassName
{
background-color: #85B4C7;
}
</style>
border-color css
<style>
span { border-color: #85B4C7; }
span { border-color: rgb(133,180,199); }
td.TdClassName
{
border-color: #85B4C7;
}
.TagClassName
{
border-color: #85B4C7;
}
</style>