Shades of Seagull #85B8CA
Tints of Seagull #85B8CA
RGB
CMYK
RGB Variations
Color information
#85B8CA (or 0x85B8CA) is known color: Seagull. HEX triplet: 85, B8 and CA. RGB value is (133,184,202). Sum of RGB (Red+Green+Blue) = 133+184+202=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #85B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8CA is #7A4735. Grayscale: #AAAAAA. Windows color (decimal): -8013622 or 13285509. OLE color: 13285509.
HSL color Cylindrical-coordinate representation of color #85B8CA: hue angle of 195.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85B8CA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 184 | 202 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.21 |
| HSL | 195.65º | 0.39% | 0.66% | - |
| HSV(B) | 195.65º | 0.34% | 0.79% | - |
| XYZ | 37.47 | 43.53 | 62.3 | - |
| YUV | 170.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 202 | 0.34 | 0.09 | 0 | 0.21 | 195.65 | 0.39 | 0.66 |
| Hex | 85 | B8 | CA | 22 | 9 | 0 | 15 | C4 | 27 | 42 |
| Octal | 205 | 270 | 312 | 42 | 11 | 0 | 25 | 304 | 47 | 102 |
| Binary | 10000101 | 10111000 | 11001010 | 100010 | 1001 | 0 | 10101 | 11000100 | 100111 | 1000010 |
Color Harmonies of #85B8CA
Complementary color
Monochromatic Colors of #85B8CA
Black with #85B8CA
Text Example
Text Example
White with #85B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B8CA; }
p { color: rgb(133,184,202); }
H1.HeaderClassName
{
color: #85B8CA;
}
.AnyTagClassName
{
color: #85B8CA;
}
</style>
background-color css
<style>
a { background-color: #85B8CA; }
a { background-color: rgb(133,184,202); }
div.DivClassName
{
background-color: #85B8CA;
}
.BgClassName
{
background-color: #85B8CA;
}
</style>
border-color css
<style>
span { border-color: #85B8CA; }
span { border-color: rgb(133,184,202); }
td.TdClassName
{
border-color: #85B8CA;
}
.TagClassName
{
border-color: #85B8CA;
}
</style>