Shades of Seagull #84BAD1
Tints of Seagull #84BAD1
RGB
CMYK
RGB Variations
Color information
#84BAD1 (or 0x84BAD1) is known color: Seagull. HEX triplet: 84, BA and D1. RGB value is (132,186,209). Sum of RGB (Red+Green+Blue) = 132+186+209=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #84BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAD1 is #7B452E. Grayscale: #ACACAC. Windows color (decimal): -8078639 or 13744772. OLE color: 13744772.
HSL color Cylindrical-coordinate representation of color #84BAD1: hue angle of 197.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BAD1 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 186 | 209 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.18 |
| HSL | 197.92º | 0.46% | 0.67% | - |
| HSV(B) | 197.92º | 0.37% | 0.82% | - |
| XYZ | 38.58 | 44.63 | 66.9 | - |
| YUV | 172.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 209 | 0.37 | 0.11 | 0 | 0.18 | 197.92 | 0.46 | 0.67 |
| Hex | 84 | BA | D1 | 25 | B | 0 | 12 | C6 | 2E | 43 |
| Octal | 204 | 272 | 321 | 45 | 13 | 0 | 22 | 306 | 56 | 103 |
| Binary | 10000100 | 10111010 | 11010001 | 100101 | 1011 | 0 | 10010 | 11000110 | 101110 | 1000011 |
Color Harmonies of #84BAD1
Complementary color
Monochromatic Colors of #84BAD1
Black with #84BAD1
Text Example
Text Example
White with #84BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAD1; }
p { color: rgb(132,186,209); }
H1.HeaderClassName
{
color: #84BAD1;
}
.AnyTagClassName
{
color: #84BAD1;
}
</style>
background-color css
<style>
a { background-color: #84BAD1; }
a { background-color: rgb(132,186,209); }
div.DivClassName
{
background-color: #84BAD1;
}
.BgClassName
{
background-color: #84BAD1;
}
</style>
border-color css
<style>
span { border-color: #84BAD1; }
span { border-color: rgb(132,186,209); }
td.TdClassName
{
border-color: #84BAD1;
}
.TagClassName
{
border-color: #84BAD1;
}
</style>