Shades of Seagull #84BAD2
Tints of Seagull #84BAD2
RGB
CMYK
RGB Variations
Color information
#84BAD2 (or 0x84BAD2) is known color: Seagull. HEX triplet: 84, BA and D2. RGB value is (132,186,210). Sum of RGB (Red+Green+Blue) = 132+186+210=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #84BAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAD2 is #7B452D. Grayscale: #ACACAC. Windows color (decimal): -8078638 or 13810308. OLE color: 13810308.
HSL color Cylindrical-coordinate representation of color #84BAD2: hue angle of 198.46º 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 #84BAD2 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 186 | 210 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.18 |
| HSL | 198.46º | 0.46% | 0.67% | - |
| HSV(B) | 198.46º | 0.37% | 0.82% | - |
| XYZ | 38.71 | 44.68 | 67.56 | - |
| YUV | 172.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 210 | 0.37 | 0.11 | 0 | 0.18 | 198.46 | 0.46 | 0.67 |
| Hex | 84 | BA | D2 | 25 | B | 0 | 12 | C6 | 2E | 43 |
| Octal | 204 | 272 | 322 | 45 | 13 | 0 | 22 | 306 | 56 | 103 |
| Binary | 10000100 | 10111010 | 11010010 | 100101 | 1011 | 0 | 10010 | 11000110 | 101110 | 1000011 |
Color Harmonies of #84BAD2
Complementary color
Monochromatic Colors of #84BAD2
Black with #84BAD2
Text Example
Text Example
White with #84BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAD2; }
p { color: rgb(132,186,210); }
H1.HeaderClassName
{
color: #84BAD2;
}
.AnyTagClassName
{
color: #84BAD2;
}
</style>
background-color css
<style>
a { background-color: #84BAD2; }
a { background-color: rgb(132,186,210); }
div.DivClassName
{
background-color: #84BAD2;
}
.BgClassName
{
background-color: #84BAD2;
}
</style>
border-color css
<style>
span { border-color: #84BAD2; }
span { border-color: rgb(132,186,210); }
td.TdClassName
{
border-color: #84BAD2;
}
.TagClassName
{
border-color: #84BAD2;
}
</style>