Shades of Seagull #84BBDB
Tints of Seagull #84BBDB
RGB
CMYK
RGB Variations
Color information
#84BBDB (or 0x84BBDB) is known color: Seagull. HEX triplet: 84, BB and DB. RGB value is (132,187,219). Sum of RGB (Red+Green+Blue) = 132+187+219=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBDB is #7B4424. Grayscale: #AEAEAE. Windows color (decimal): -8078373 or 14400388. OLE color: 14400388.
HSL color Cylindrical-coordinate representation of color #84BBDB: hue angle of 202.07º 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 #84BBDB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 187 | 219 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.14 |
| HSL | 202.07º | 0.55% | 0.69% | - |
| HSV(B) | 202.07º | 0.4% | 0.86% | - |
| XYZ | 40.07 | 45.56 | 73.7 | - |
| YUV | 174.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 219 | 0.40 | 0.15 | 0 | 0.14 | 202.07 | 0.55 | 0.69 |
| Hex | 84 | BB | DB | 28 | F | 0 | E | CA | 37 | 45 |
| Octal | 204 | 273 | 333 | 50 | 17 | 0 | 16 | 312 | 67 | 105 |
| Binary | 10000100 | 10111011 | 11011011 | 101000 | 1111 | 0 | 1110 | 11001010 | 110111 | 1000101 |
Color Harmonies of #84BBDB
Complementary color
Monochromatic Colors of #84BBDB
Black with #84BBDB
Text Example
Text Example
White with #84BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBDB; }
p { color: rgb(132,187,219); }
H1.HeaderClassName
{
color: #84BBDB;
}
.AnyTagClassName
{
color: #84BBDB;
}
</style>
background-color css
<style>
a { background-color: #84BBDB; }
a { background-color: rgb(132,187,219); }
div.DivClassName
{
background-color: #84BBDB;
}
.BgClassName
{
background-color: #84BBDB;
}
</style>
border-color css
<style>
span { border-color: #84BBDB; }
span { border-color: rgb(132,187,219); }
td.TdClassName
{
border-color: #84BBDB;
}
.TagClassName
{
border-color: #84BBDB;
}
</style>