Shades of Seagull #85BCDB
Tints of Seagull #85BCDB
RGB
CMYK
RGB Variations
Color information
#85BCDB (or 0x85BCDB) is known color: Seagull. HEX triplet: 85, BC and DB. RGB value is (133,188,219). Sum of RGB (Red+Green+Blue) = 133+188+219=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #85BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCDB is #7A4324. Grayscale: #AEAEAE. Windows color (decimal): -8012581 or 14400645. OLE color: 14400645.
HSL color Cylindrical-coordinate representation of color #85BCDB: hue angle of 201.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BCDB is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 188 | 219 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.14 |
| HSL | 201.63º | 0.54% | 0.69% | - |
| HSV(B) | 201.63º | 0.39% | 0.86% | - |
| XYZ | 40.44 | 46.07 | 73.78 | - |
| YUV | 175.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 219 | 0.39 | 0.14 | 0 | 0.14 | 201.63 | 0.54 | 0.69 |
| Hex | 85 | BC | DB | 27 | E | 0 | E | CA | 36 | 45 |
| Octal | 205 | 274 | 333 | 47 | 16 | 0 | 16 | 312 | 66 | 105 |
| Binary | 10000101 | 10111100 | 11011011 | 100111 | 1110 | 0 | 1110 | 11001010 | 110110 | 1000101 |
Color Harmonies of #85BCDB
Complementary color
Monochromatic Colors of #85BCDB
Black with #85BCDB
Text Example
Text Example
White with #85BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCDB; }
p { color: rgb(133,188,219); }
H1.HeaderClassName
{
color: #85BCDB;
}
.AnyTagClassName
{
color: #85BCDB;
}
</style>
background-color css
<style>
a { background-color: #85BCDB; }
a { background-color: rgb(133,188,219); }
div.DivClassName
{
background-color: #85BCDB;
}
.BgClassName
{
background-color: #85BCDB;
}
</style>
border-color css
<style>
span { border-color: #85BCDB; }
span { border-color: rgb(133,188,219); }
td.TdClassName
{
border-color: #85BCDB;
}
.TagClassName
{
border-color: #85BCDB;
}
</style>