Shades of Seagull #85B4CF
Tints of Seagull #85B4CF
RGB
CMYK
RGB Variations
Color information
#85B4CF (or 0x85B4CF) is known color: Seagull. HEX triplet: 85, B4 and CF. RGB value is (133,180,207). Sum of RGB (Red+Green+Blue) = 133+180+207=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #85B4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4CF is #7A4B30. Grayscale: #A8A8A8. Windows color (decimal): -8014641 or 13612165. OLE color: 13612165.
HSL color Cylindrical-coordinate representation of color #85B4CF: hue angle of 201.89º 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 #85B4CF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 180 | 207 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.19 |
| HSL | 201.89º | 0.44% | 0.67% | - |
| HSV(B) | 201.89º | 0.36% | 0.81% | - |
| XYZ | 37.26 | 42.13 | 65.2 | - |
| YUV | 169.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 207 | 0.36 | 0.13 | 0 | 0.19 | 201.89 | 0.44 | 0.67 |
| Hex | 85 | B4 | CF | 24 | D | 0 | 13 | CA | 2C | 43 |
| Octal | 205 | 264 | 317 | 44 | 15 | 0 | 23 | 312 | 54 | 103 |
| Binary | 10000101 | 10110100 | 11001111 | 100100 | 1101 | 0 | 10011 | 11001010 | 101100 | 1000011 |
Color Harmonies of #85B4CF
Complementary color
Monochromatic Colors of #85B4CF
Black with #85B4CF
Text Example
Text Example
White with #85B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B4CF; }
p { color: rgb(133,180,207); }
H1.HeaderClassName
{
color: #85B4CF;
}
.AnyTagClassName
{
color: #85B4CF;
}
</style>
background-color css
<style>
a { background-color: #85B4CF; }
a { background-color: rgb(133,180,207); }
div.DivClassName
{
background-color: #85B4CF;
}
.BgClassName
{
background-color: #85B4CF;
}
</style>
border-color css
<style>
span { border-color: #85B4CF; }
span { border-color: rgb(133,180,207); }
td.TdClassName
{
border-color: #85B4CF;
}
.TagClassName
{
border-color: #85B4CF;
}
</style>