Shades of Seagull #84BACA
Tints of Seagull #84BACA
RGB
CMYK
RGB Variations
Color information
#84BACA (or 0x84BACA) is known color: Seagull. HEX triplet: 84, BA and CA. RGB value is (132,186,202). Sum of RGB (Red+Green+Blue) = 132+186+202=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BACA is #7B4535. Grayscale: #ABABAB. Windows color (decimal): -8078646 or 13286020. OLE color: 13286020.
HSL color Cylindrical-coordinate representation of color #84BACA: hue angle of 193.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BACA is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 186 | 202 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.21 |
| HSL | 193.71º | 0.4% | 0.65% | - |
| HSV(B) | 193.71º | 0.35% | 0.79% | - |
| XYZ | 37.74 | 44.29 | 62.44 | - |
| YUV | 171.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 202 | 0.35 | 0.08 | 0 | 0.21 | 193.71 | 0.4 | 0.65 |
| Hex | 84 | BA | CA | 23 | 8 | 0 | 15 | C2 | 28 | 41 |
| Octal | 204 | 272 | 312 | 43 | 10 | 0 | 25 | 302 | 50 | 101 |
| Binary | 10000100 | 10111010 | 11001010 | 100011 | 1000 | 0 | 10101 | 11000010 | 101000 | 1000001 |
Color Harmonies of #84BACA
Complementary color
Monochromatic Colors of #84BACA
Black with #84BACA
Text Example
Text Example
White with #84BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BACA; }
p { color: rgb(132,186,202); }
H1.HeaderClassName
{
color: #84BACA;
}
.AnyTagClassName
{
color: #84BACA;
}
</style>
background-color css
<style>
a { background-color: #84BACA; }
a { background-color: rgb(132,186,202); }
div.DivClassName
{
background-color: #84BACA;
}
.BgClassName
{
background-color: #84BACA;
}
</style>
border-color css
<style>
span { border-color: #84BACA; }
span { border-color: rgb(132,186,202); }
td.TdClassName
{
border-color: #84BACA;
}
.TagClassName
{
border-color: #84BACA;
}
</style>