Shades of Seagull #84BEDB
Tints of Seagull #84BEDB
RGB
CMYK
RGB Variations
Color information
#84BEDB (or 0x84BEDB) is known color: Seagull. HEX triplet: 84, BE and DB. RGB value is (132,190,219). Sum of RGB (Red+Green+Blue) = 132+190+219=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEDB is #7B4124. Grayscale: #AFAFAF. Windows color (decimal): -8077605 or 14401156. OLE color: 14401156.
HSL color Cylindrical-coordinate representation of color #84BEDB: hue angle of 200º 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 #84BEDB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 190 | 219 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.14 |
| HSL | 200º | 0.55% | 0.69% | - |
| HSV(B) | 200º | 0.4% | 0.86% | - |
| XYZ | 40.72 | 46.85 | 73.91 | - |
| YUV | 175.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 219 | 0.40 | 0.13 | 0 | 0.14 | 200 | 0.55 | 0.69 |
| Hex | 84 | BE | DB | 28 | D | 0 | E | C8 | 37 | 45 |
| Octal | 204 | 276 | 333 | 50 | 15 | 0 | 16 | 310 | 67 | 105 |
| Binary | 10000100 | 10111110 | 11011011 | 101000 | 1101 | 0 | 1110 | 11001000 | 110111 | 1000101 |
Color Harmonies of #84BEDB
Complementary color
Monochromatic Colors of #84BEDB
Black with #84BEDB
Text Example
Text Example
White with #84BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEDB; }
p { color: rgb(132,190,219); }
H1.HeaderClassName
{
color: #84BEDB;
}
.AnyTagClassName
{
color: #84BEDB;
}
</style>
background-color css
<style>
a { background-color: #84BEDB; }
a { background-color: rgb(132,190,219); }
div.DivClassName
{
background-color: #84BEDB;
}
.BgClassName
{
background-color: #84BEDB;
}
</style>
border-color css
<style>
span { border-color: #84BEDB; }
span { border-color: rgb(132,190,219); }
td.TdClassName
{
border-color: #84BEDB;
}
.TagClassName
{
border-color: #84BEDB;
}
</style>