Shades of Seagull #85BBCB
Tints of Seagull #85BBCB
RGB
CMYK
RGB Variations
Color information
#85BBCB (or 0x85BBCB) is known color: Seagull. HEX triplet: 85, BB and CB. RGB value is (133,187,203). Sum of RGB (Red+Green+Blue) = 133+187+203=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #85BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBCB is #7A4434. Grayscale: #ACACAC. Windows color (decimal): -8012853 or 13351813. OLE color: 13351813.
HSL color Cylindrical-coordinate representation of color #85BBCB: hue angle of 193.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85BBCB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 187 | 203 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.20 |
| HSL | 193.71º | 0.4% | 0.66% | - |
| HSV(B) | 193.71º | 0.34% | 0.8% | - |
| XYZ | 38.22 | 44.84 | 63.14 | - |
| YUV | 172.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 203 | 0.34 | 0.08 | 0 | 0.20 | 193.71 | 0.4 | 0.66 |
| Hex | 85 | BB | CB | 22 | 8 | 0 | 14 | C2 | 28 | 42 |
| Octal | 205 | 273 | 313 | 42 | 10 | 0 | 24 | 302 | 50 | 102 |
| Binary | 10000101 | 10111011 | 11001011 | 100010 | 1000 | 0 | 10100 | 11000010 | 101000 | 1000010 |
Color Harmonies of #85BBCB
Complementary color
Monochromatic Colors of #85BBCB
Black with #85BBCB
Text Example
Text Example
White with #85BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBCB; }
p { color: rgb(133,187,203); }
H1.HeaderClassName
{
color: #85BBCB;
}
.AnyTagClassName
{
color: #85BBCB;
}
</style>
background-color css
<style>
a { background-color: #85BBCB; }
a { background-color: rgb(133,187,203); }
div.DivClassName
{
background-color: #85BBCB;
}
.BgClassName
{
background-color: #85BBCB;
}
</style>
border-color css
<style>
span { border-color: #85BBCB; }
span { border-color: rgb(133,187,203); }
td.TdClassName
{
border-color: #85BBCB;
}
.TagClassName
{
border-color: #85BBCB;
}
</style>