Shades of Seagull #84BFDB
Tints of Seagull #84BFDB
RGB
CMYK
RGB Variations
Color information
#84BFDB (or 0x84BFDB) is known color: Seagull. HEX triplet: 84, BF and DB. RGB value is (132,191,219). Sum of RGB (Red+Green+Blue) = 132+191+219=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFDB is #7B4024. Grayscale: #B0B0B0. Windows color (decimal): -8077349 or 14401412. OLE color: 14401412.
HSL color Cylindrical-coordinate representation of color #84BFDB: hue angle of 199.31º degrees, saturation: 0.55, 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 #84BFDB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 191 | 219 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.14 |
| HSL | 199.31º | 0.55% | 0.69% | - |
| HSV(B) | 199.31º | 0.4% | 0.86% | - |
| XYZ | 40.93 | 47.28 | 73.99 | - |
| YUV | 176.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 219 | 0.40 | 0.13 | 0 | 0.14 | 199.31 | 0.55 | 0.69 |
| Hex | 84 | BF | DB | 28 | D | 0 | E | C7 | 37 | 45 |
| Octal | 204 | 277 | 333 | 50 | 15 | 0 | 16 | 307 | 67 | 105 |
| Binary | 10000100 | 10111111 | 11011011 | 101000 | 1101 | 0 | 1110 | 11000111 | 110111 | 1000101 |
Color Harmonies of #84BFDB
Complementary color
Monochromatic Colors of #84BFDB
Black with #84BFDB
Text Example
Text Example
White with #84BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFDB; }
p { color: rgb(132,191,219); }
H1.HeaderClassName
{
color: #84BFDB;
}
.AnyTagClassName
{
color: #84BFDB;
}
</style>
background-color css
<style>
a { background-color: #84BFDB; }
a { background-color: rgb(132,191,219); }
div.DivClassName
{
background-color: #84BFDB;
}
.BgClassName
{
background-color: #84BFDB;
}
</style>
border-color css
<style>
span { border-color: #84BFDB; }
span { border-color: rgb(132,191,219); }
td.TdClassName
{
border-color: #84BFDB;
}
.TagClassName
{
border-color: #84BFDB;
}
</style>