Shades of Seagull #84BADB
Tints of Seagull #84BADB
RGB
CMYK
RGB Variations
Color information
#84BADB (or 0x84BADB) is known color: Seagull. HEX triplet: 84, BA and DB. RGB value is (132,186,219). Sum of RGB (Red+Green+Blue) = 132+186+219=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADB is #7B4524. Grayscale: #ADADAD. Windows color (decimal): -8078629 or 14400132. OLE color: 14400132.
HSL color Cylindrical-coordinate representation of color #84BADB: hue angle of 202.76º 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 #84BADB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 186 | 219 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 202.76º | 0.55% | 0.69% | - |
| HSV(B) | 202.76º | 0.4% | 0.86% | - |
| XYZ | 39.86 | 45.14 | 73.63 | - |
| YUV | 173.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 219 | 0.40 | 0.15 | 0 | 0.14 | 202.76 | 0.55 | 0.69 |
| Hex | 84 | BA | DB | 28 | F | 0 | E | CB | 37 | 45 |
| Octal | 204 | 272 | 333 | 50 | 17 | 0 | 16 | 313 | 67 | 105 |
| Binary | 10000100 | 10111010 | 11011011 | 101000 | 1111 | 0 | 1110 | 11001011 | 110111 | 1000101 |
Color Harmonies of #84BADB
Complementary color
Monochromatic Colors of #84BADB
Black with #84BADB
Text Example
Text Example
White with #84BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BADB; }
p { color: rgb(132,186,219); }
H1.HeaderClassName
{
color: #84BADB;
}
.AnyTagClassName
{
color: #84BADB;
}
</style>
background-color css
<style>
a { background-color: #84BADB; }
a { background-color: rgb(132,186,219); }
div.DivClassName
{
background-color: #84BADB;
}
.BgClassName
{
background-color: #84BADB;
}
</style>
border-color css
<style>
span { border-color: #84BADB; }
span { border-color: rgb(132,186,219); }
td.TdClassName
{
border-color: #84BADB;
}
.TagClassName
{
border-color: #84BADB;
}
</style>