Shades of Seagull #84BADA
Tints of Seagull #84BADA
RGB
CMYK
RGB Variations
Color information
#84BADA (or 0x84BADA) is known color: Seagull. HEX triplet: 84, BA and DA. RGB value is (132,186,218). Sum of RGB (Red+Green+Blue) = 132+186+218=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #84BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADA is #7B4525. Grayscale: #ADADAD. Windows color (decimal): -8078630 or 14334596. OLE color: 14334596.
HSL color Cylindrical-coordinate representation of color #84BADA: hue angle of 202.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BADA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 186 | 218 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.15 |
| HSL | 202.33º | 0.54% | 0.69% | - |
| HSV(B) | 202.33º | 0.39% | 0.85% | - |
| XYZ | 39.73 | 45.09 | 72.94 | - |
| YUV | 173.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 218 | 0.39 | 0.15 | 0 | 0.15 | 202.33 | 0.54 | 0.69 |
| Hex | 84 | BA | DA | 27 | F | 0 | F | CA | 36 | 45 |
| Octal | 204 | 272 | 332 | 47 | 17 | 0 | 17 | 312 | 66 | 105 |
| Binary | 10000100 | 10111010 | 11011010 | 100111 | 1111 | 0 | 1111 | 11001010 | 110110 | 1000101 |
Color Harmonies of #84BADA
Complementary color
Monochromatic Colors of #84BADA
Black with #84BADA
Text Example
Text Example
White with #84BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BADA; }
p { color: rgb(132,186,218); }
H1.HeaderClassName
{
color: #84BADA;
}
.AnyTagClassName
{
color: #84BADA;
}
</style>
background-color css
<style>
a { background-color: #84BADA; }
a { background-color: rgb(132,186,218); }
div.DivClassName
{
background-color: #84BADA;
}
.BgClassName
{
background-color: #84BADA;
}
</style>
border-color css
<style>
span { border-color: #84BADA; }
span { border-color: rgb(132,186,218); }
td.TdClassName
{
border-color: #84BADA;
}
.TagClassName
{
border-color: #84BADA;
}
</style>