Shades of Seagull #84BCDC
Tints of Seagull #84BCDC
RGB
CMYK
RGB Variations
Color information
#84BCDC (or 0x84BCDC) is known color: Seagull. HEX triplet: 84, BC and DC. RGB value is (132,188,220). Sum of RGB (Red+Green+Blue) = 132+188+220=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #84BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCDC is #7B4323. Grayscale: #AEAEAE. Windows color (decimal): -8078116 or 14466180. OLE color: 14466180.
HSL color Cylindrical-coordinate representation of color #84BCDC: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BCDC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 188 | 220 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 201.82º | 0.56% | 0.69% | - |
| HSV(B) | 201.82º | 0.4% | 0.86% | - |
| XYZ | 40.42 | 46.04 | 74.47 | - |
| YUV | 174.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 220 | 0.40 | 0.15 | 0 | 0.14 | 201.82 | 0.56 | 0.69 |
| Hex | 84 | BC | DC | 28 | F | 0 | E | CA | 38 | 45 |
| Octal | 204 | 274 | 334 | 50 | 17 | 0 | 16 | 312 | 70 | 105 |
| Binary | 10000100 | 10111100 | 11011100 | 101000 | 1111 | 0 | 1110 | 11001010 | 111000 | 1000101 |
Color Harmonies of #84BCDC
Complementary color
Monochromatic Colors of #84BCDC
Black with #84BCDC
Text Example
Text Example
White with #84BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCDC; }
p { color: rgb(132,188,220); }
H1.HeaderClassName
{
color: #84BCDC;
}
.AnyTagClassName
{
color: #84BCDC;
}
</style>
background-color css
<style>
a { background-color: #84BCDC; }
a { background-color: rgb(132,188,220); }
div.DivClassName
{
background-color: #84BCDC;
}
.BgClassName
{
background-color: #84BCDC;
}
</style>
border-color css
<style>
span { border-color: #84BCDC; }
span { border-color: rgb(132,188,220); }
td.TdClassName
{
border-color: #84BCDC;
}
.TagClassName
{
border-color: #84BCDC;
}
</style>