Shades of Seagull #84BADC
Tints of Seagull #84BADC
RGB
CMYK
RGB Variations
Color information
#84BADC (or 0x84BADC) is known color: Seagull. HEX triplet: 84, BA and DC. RGB value is (132,186,220). Sum of RGB (Red+Green+Blue) = 132+186+220=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #84BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADC is #7B4523. Grayscale: #ADADAD. Windows color (decimal): -8078628 or 14465668. OLE color: 14465668.
HSL color Cylindrical-coordinate representation of color #84BADC: hue angle of 203.18º degrees, saturation: 0.56, 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 #84BADC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 186 | 220 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 203.18º | 0.56% | 0.69% | - |
| HSV(B) | 203.18º | 0.4% | 0.86% | - |
| XYZ | 39.99 | 45.19 | 74.32 | - |
| YUV | 173.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 220 | 0.40 | 0.15 | 0 | 0.14 | 203.18 | 0.56 | 0.69 |
| Hex | 84 | BA | DC | 28 | F | 0 | E | CB | 38 | 45 |
| Octal | 204 | 272 | 334 | 50 | 17 | 0 | 16 | 313 | 70 | 105 |
| Binary | 10000100 | 10111010 | 11011100 | 101000 | 1111 | 0 | 1110 | 11001011 | 111000 | 1000101 |
Color Harmonies of #84BADC
Complementary color
Monochromatic Colors of #84BADC
Black with #84BADC
Text Example
Text Example
White with #84BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BADC; }
p { color: rgb(132,186,220); }
H1.HeaderClassName
{
color: #84BADC;
}
.AnyTagClassName
{
color: #84BADC;
}
</style>
background-color css
<style>
a { background-color: #84BADC; }
a { background-color: rgb(132,186,220); }
div.DivClassName
{
background-color: #84BADC;
}
.BgClassName
{
background-color: #84BADC;
}
</style>
border-color css
<style>
span { border-color: #84BADC; }
span { border-color: rgb(132,186,220); }
td.TdClassName
{
border-color: #84BADC;
}
.TagClassName
{
border-color: #84BADC;
}
</style>