Shades of Seagull #85BADC
Tints of Seagull #85BADC
RGB
CMYK
RGB Variations
Color information
#85BADC (or 0x85BADC) is known color: Seagull. HEX triplet: 85, BA and DC. RGB value is (133,186,220). Sum of RGB (Red+Green+Blue) = 133+186+220=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BADC is #7A4523. Grayscale: #ADADAD. Windows color (decimal): -8013092 or 14465669. OLE color: 14465669.
HSL color Cylindrical-coordinate representation of color #85BADC: hue angle of 203.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BADC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 186 | 220 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 203.45º | 0.55% | 0.69% | - |
| HSV(B) | 203.45º | 0.4% | 0.86% | - |
| XYZ | 40.15 | 45.27 | 74.33 | - |
| YUV | 174.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 220 | 0.40 | 0.15 | 0 | 0.14 | 203.45 | 0.55 | 0.69 |
| Hex | 85 | BA | DC | 28 | F | 0 | E | CB | 37 | 45 |
| Octal | 205 | 272 | 334 | 50 | 17 | 0 | 16 | 313 | 67 | 105 |
| Binary | 10000101 | 10111010 | 11011100 | 101000 | 1111 | 0 | 1110 | 11001011 | 110111 | 1000101 |
Color Harmonies of #85BADC
Complementary color
Monochromatic Colors of #85BADC
Black with #85BADC
Text Example
Text Example
White with #85BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BADC; }
p { color: rgb(133,186,220); }
H1.HeaderClassName
{
color: #85BADC;
}
.AnyTagClassName
{
color: #85BADC;
}
</style>
background-color css
<style>
a { background-color: #85BADC; }
a { background-color: rgb(133,186,220); }
div.DivClassName
{
background-color: #85BADC;
}
.BgClassName
{
background-color: #85BADC;
}
</style>
border-color css
<style>
span { border-color: #85BADC; }
span { border-color: rgb(133,186,220); }
td.TdClassName
{
border-color: #85BADC;
}
.TagClassName
{
border-color: #85BADC;
}
</style>