Shades of Seagull #85B8CF
Tints of Seagull #85B8CF
RGB
CMYK
RGB Variations
Color information
#85B8CF (or 0x85B8CF) is known color: Seagull. HEX triplet: 85, B8 and CF. RGB value is (133,184,207). Sum of RGB (Red+Green+Blue) = 133+184+207=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #85B8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8CF is #7A4730. Grayscale: #ABABAB. Windows color (decimal): -8013617 or 13613189. OLE color: 13613189.
HSL color Cylindrical-coordinate representation of color #85B8CF: hue angle of 198.65º 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 #85B8CF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 184 | 207 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.19 |
| HSL | 198.65º | 0.44% | 0.67% | - |
| HSV(B) | 198.65º | 0.36% | 0.81% | - |
| XYZ | 38.08 | 43.77 | 65.47 | - |
| YUV | 171.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 207 | 0.36 | 0.11 | 0 | 0.19 | 198.65 | 0.44 | 0.67 |
| Hex | 85 | B8 | CF | 24 | B | 0 | 13 | C7 | 2C | 43 |
| Octal | 205 | 270 | 317 | 44 | 13 | 0 | 23 | 307 | 54 | 103 |
| Binary | 10000101 | 10111000 | 11001111 | 100100 | 1011 | 0 | 10011 | 11000111 | 101100 | 1000011 |
Color Harmonies of #85B8CF
Complementary color
Monochromatic Colors of #85B8CF
Black with #85B8CF
Text Example
Text Example
White with #85B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B8CF; }
p { color: rgb(133,184,207); }
H1.HeaderClassName
{
color: #85B8CF;
}
.AnyTagClassName
{
color: #85B8CF;
}
</style>
background-color css
<style>
a { background-color: #85B8CF; }
a { background-color: rgb(133,184,207); }
div.DivClassName
{
background-color: #85B8CF;
}
.BgClassName
{
background-color: #85B8CF;
}
</style>
border-color css
<style>
span { border-color: #85B8CF; }
span { border-color: rgb(133,184,207); }
td.TdClassName
{
border-color: #85B8CF;
}
.TagClassName
{
border-color: #85B8CF;
}
</style>