Shades of Seagull #84BADE
Tints of Seagull #84BADE
RGB
CMYK
RGB Variations
Color information
#84BADE (or 0x84BADE) is known color: Seagull. HEX triplet: 84, BA and DE. RGB value is (132,186,222). Sum of RGB (Red+Green+Blue) = 132+186+222=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #84BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADE is #7B4521. Grayscale: #ADADAD. Windows color (decimal): -8078626 or 14596740. OLE color: 14596740.
HSL color Cylindrical-coordinate representation of color #84BADE: hue angle of 204º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BADE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 186 | 222 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.13 |
| HSL | 204º | 0.58% | 0.69% | - |
| HSV(B) | 204º | 0.41% | 0.87% | - |
| XYZ | 40.26 | 45.3 | 75.73 | - |
| YUV | 173.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 222 | 0.41 | 0.16 | 0 | 0.13 | 204 | 0.58 | 0.69 |
| Hex | 84 | BA | DE | 29 | 10 | 0 | D | CC | 3A | 45 |
| Octal | 204 | 272 | 336 | 51 | 20 | 0 | 15 | 314 | 72 | 105 |
| Binary | 10000100 | 10111010 | 11011110 | 101001 | 10000 | 0 | 1101 | 11001100 | 111010 | 1000101 |
Color Harmonies of #84BADE
Complementary color
Monochromatic Colors of #84BADE
Black with #84BADE
Text Example
Text Example
White with #84BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BADE; }
p { color: rgb(132,186,222); }
H1.HeaderClassName
{
color: #84BADE;
}
.AnyTagClassName
{
color: #84BADE;
}
</style>
background-color css
<style>
a { background-color: #84BADE; }
a { background-color: rgb(132,186,222); }
div.DivClassName
{
background-color: #84BADE;
}
.BgClassName
{
background-color: #84BADE;
}
</style>
border-color css
<style>
span { border-color: #84BADE; }
span { border-color: rgb(132,186,222); }
td.TdClassName
{
border-color: #84BADE;
}
.TagClassName
{
border-color: #84BADE;
}
</style>