Shades of Seagull #84BCDD
Tints of Seagull #84BCDD
RGB
CMYK
RGB Variations
Color information
#84BCDD (or 0x84BCDD) is known color: Seagull. HEX triplet: 84, BC and DD. RGB value is (132,188,221). Sum of RGB (Red+Green+Blue) = 132+188+221=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #84BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCDD is #7B4322. Grayscale: #AEAEAE. Windows color (decimal): -8078115 or 14531716. OLE color: 14531716.
HSL color Cylindrical-coordinate representation of color #84BCDD: hue angle of 202.25º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BCDD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 188 | 221 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.13 |
| HSL | 202.25º | 0.57% | 0.69% | - |
| HSV(B) | 202.25º | 0.4% | 0.87% | - |
| XYZ | 40.55 | 46.09 | 75.17 | - |
| YUV | 175.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 221 | 0.40 | 0.15 | 0 | 0.13 | 202.25 | 0.57 | 0.69 |
| Hex | 84 | BC | DD | 28 | F | 0 | D | CA | 39 | 45 |
| Octal | 204 | 274 | 335 | 50 | 17 | 0 | 15 | 312 | 71 | 105 |
| Binary | 10000100 | 10111100 | 11011101 | 101000 | 1111 | 0 | 1101 | 11001010 | 111001 | 1000101 |
Color Harmonies of #84BCDD
Complementary color
Monochromatic Colors of #84BCDD
Black with #84BCDD
Text Example
Text Example
White with #84BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCDD; }
p { color: rgb(132,188,221); }
H1.HeaderClassName
{
color: #84BCDD;
}
.AnyTagClassName
{
color: #84BCDD;
}
</style>
background-color css
<style>
a { background-color: #84BCDD; }
a { background-color: rgb(132,188,221); }
div.DivClassName
{
background-color: #84BCDD;
}
.BgClassName
{
background-color: #84BCDD;
}
</style>
border-color css
<style>
span { border-color: #84BCDD; }
span { border-color: rgb(132,188,221); }
td.TdClassName
{
border-color: #84BCDD;
}
.TagClassName
{
border-color: #84BCDD;
}
</style>