Shades of Seagull #82BADB
Tints of Seagull #82BADB
RGB
CMYK
RGB Variations
Color information
#82BADB (or 0x82BADB) is known color: Seagull. HEX triplet: 82, BA and DB. RGB value is (130,186,219). Sum of RGB (Red+Green+Blue) = 130+186+219=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #82BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BADB is #7D4524. Grayscale: #ACACAC. Windows color (decimal): -8209701 or 14400130. OLE color: 14400130.
HSL color Cylindrical-coordinate representation of color #82BADB: hue angle of 202.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BADB is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 186 | 219 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.14 |
| HSL | 202.25º | 0.55% | 0.68% | - |
| HSV(B) | 202.25º | 0.41% | 0.86% | - |
| XYZ | 39.55 | 44.98 | 73.61 | - |
| YUV | 173.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 219 | 0.41 | 0.15 | 0 | 0.14 | 202.25 | 0.55 | 0.68 |
| Hex | 82 | BA | DB | 29 | F | 0 | E | CA | 37 | 44 |
| Octal | 202 | 272 | 333 | 51 | 17 | 0 | 16 | 312 | 67 | 104 |
| Binary | 10000010 | 10111010 | 11011011 | 101001 | 1111 | 0 | 1110 | 11001010 | 110111 | 1000100 |
Color Harmonies of #82BADB
Complementary color
Monochromatic Colors of #82BADB
Black with #82BADB
Text Example
Text Example
White with #82BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BADB; }
p { color: rgb(130,186,219); }
H1.HeaderClassName
{
color: #82BADB;
}
.AnyTagClassName
{
color: #82BADB;
}
</style>
background-color css
<style>
a { background-color: #82BADB; }
a { background-color: rgb(130,186,219); }
div.DivClassName
{
background-color: #82BADB;
}
.BgClassName
{
background-color: #82BADB;
}
</style>
border-color css
<style>
span { border-color: #82BADB; }
span { border-color: rgb(130,186,219); }
td.TdClassName
{
border-color: #82BADB;
}
.TagClassName
{
border-color: #82BADB;
}
</style>