Shades of Seagull #85BDCB
Tints of Seagull #85BDCB
RGB
CMYK
RGB Variations
Color information
#85BDCB (or 0x85BDCB) is known color: Seagull. HEX triplet: 85, BD and CB. RGB value is (133,189,203). Sum of RGB (Red+Green+Blue) = 133+189+203=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #85BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDCB is #7A4234. Grayscale: #ADADAD. Windows color (decimal): -8012341 or 13352325. OLE color: 13352325.
HSL color Cylindrical-coordinate representation of color #85BDCB: hue angle of 192º 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 #85BDCB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 189 | 203 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.20 |
| HSL | 192º | 0.4% | 0.66% | - |
| HSV(B) | 192º | 0.34% | 0.8% | - |
| XYZ | 38.65 | 45.69 | 63.28 | - |
| YUV | 173.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 203 | 0.34 | 0.07 | 0 | 0.20 | 192 | 0.4 | 0.66 |
| Hex | 85 | BD | CB | 22 | 7 | 0 | 14 | C0 | 28 | 42 |
| Octal | 205 | 275 | 313 | 42 | 7 | 0 | 24 | 300 | 50 | 102 |
| Binary | 10000101 | 10111101 | 11001011 | 100010 | 111 | 0 | 10100 | 11000000 | 101000 | 1000010 |
Color Harmonies of #85BDCB
Complementary color
Monochromatic Colors of #85BDCB
Black with #85BDCB
Text Example
Text Example
White with #85BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDCB; }
p { color: rgb(133,189,203); }
H1.HeaderClassName
{
color: #85BDCB;
}
.AnyTagClassName
{
color: #85BDCB;
}
</style>
background-color css
<style>
a { background-color: #85BDCB; }
a { background-color: rgb(133,189,203); }
div.DivClassName
{
background-color: #85BDCB;
}
.BgClassName
{
background-color: #85BDCB;
}
</style>
border-color css
<style>
span { border-color: #85BDCB; }
span { border-color: rgb(133,189,203); }
td.TdClassName
{
border-color: #85BDCB;
}
.TagClassName
{
border-color: #85BDCB;
}
</style>