Shades of Seagull #84BDDB
Tints of Seagull #84BDDB
RGB
CMYK
RGB Variations
Color information
#84BDDB (or 0x84BDDB) is known color: Seagull. HEX triplet: 84, BD and DB. RGB value is (132,189,219). Sum of RGB (Red+Green+Blue) = 132+189+219=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDDB is #7B4224. Grayscale: #AFAFAF. Windows color (decimal): -8077861 or 14400900. OLE color: 14400900.
HSL color Cylindrical-coordinate representation of color #84BDDB: hue angle of 200.69º 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 #84BDDB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 189 | 219 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.14 |
| HSL | 200.69º | 0.55% | 0.69% | - |
| HSV(B) | 200.69º | 0.4% | 0.86% | - |
| XYZ | 40.5 | 46.42 | 73.84 | - |
| YUV | 175.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 219 | 0.40 | 0.14 | 0 | 0.14 | 200.69 | 0.55 | 0.69 |
| Hex | 84 | BD | DB | 28 | E | 0 | E | C9 | 37 | 45 |
| Octal | 204 | 275 | 333 | 50 | 16 | 0 | 16 | 311 | 67 | 105 |
| Binary | 10000100 | 10111101 | 11011011 | 101000 | 1110 | 0 | 1110 | 11001001 | 110111 | 1000101 |
Color Harmonies of #84BDDB
Complementary color
Monochromatic Colors of #84BDDB
Black with #84BDDB
Text Example
Text Example
White with #84BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDDB; }
p { color: rgb(132,189,219); }
H1.HeaderClassName
{
color: #84BDDB;
}
.AnyTagClassName
{
color: #84BDDB;
}
</style>
background-color css
<style>
a { background-color: #84BDDB; }
a { background-color: rgb(132,189,219); }
div.DivClassName
{
background-color: #84BDDB;
}
.BgClassName
{
background-color: #84BDDB;
}
</style>
border-color css
<style>
span { border-color: #84BDDB; }
span { border-color: rgb(132,189,219); }
td.TdClassName
{
border-color: #84BDDB;
}
.TagClassName
{
border-color: #84BDDB;
}
</style>