Shades of Seagull #84BCDA
Tints of Seagull #84BCDA
RGB
CMYK
RGB Variations
Color information
#84BCDA (or 0x84BCDA) is known color: Seagull. HEX triplet: 84, BC and DA. RGB value is (132,188,218). Sum of RGB (Red+Green+Blue) = 132+188+218=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #84BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCDA is #7B4325. Grayscale: #AEAEAE. Windows color (decimal): -8078118 or 14335108. OLE color: 14335108.
HSL color Cylindrical-coordinate representation of color #84BCDA: hue angle of 200.93º 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 #84BCDA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 188 | 218 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.15 |
| HSL | 200.93º | 0.54% | 0.69% | - |
| HSV(B) | 200.93º | 0.39% | 0.85% | - |
| XYZ | 40.15 | 45.93 | 73.08 | - |
| YUV | 174.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 218 | 0.39 | 0.14 | 0 | 0.15 | 200.93 | 0.54 | 0.69 |
| Hex | 84 | BC | DA | 27 | E | 0 | F | C9 | 36 | 45 |
| Octal | 204 | 274 | 332 | 47 | 16 | 0 | 17 | 311 | 66 | 105 |
| Binary | 10000100 | 10111100 | 11011010 | 100111 | 1110 | 0 | 1111 | 11001001 | 110110 | 1000101 |
Color Harmonies of #84BCDA
Complementary color
Monochromatic Colors of #84BCDA
Black with #84BCDA
Text Example
Text Example
White with #84BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCDA; }
p { color: rgb(132,188,218); }
H1.HeaderClassName
{
color: #84BCDA;
}
.AnyTagClassName
{
color: #84BCDA;
}
</style>
background-color css
<style>
a { background-color: #84BCDA; }
a { background-color: rgb(132,188,218); }
div.DivClassName
{
background-color: #84BCDA;
}
.BgClassName
{
background-color: #84BCDA;
}
</style>
border-color css
<style>
span { border-color: #84BCDA; }
span { border-color: rgb(132,188,218); }
td.TdClassName
{
border-color: #84BCDA;
}
.TagClassName
{
border-color: #84BCDA;
}
</style>