Shades of Seagull #82B7DB
Tints of Seagull #82B7DB
RGB
CMYK
RGB Variations
Color information
#82B7DB (or 0x82B7DB) is known color: Seagull. HEX triplet: 82, B7 and DB. RGB value is (130,183,219). Sum of RGB (Red+Green+Blue) = 130+183+219=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #82B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B7DB is #7D4824. Grayscale: #ABABAB. Windows color (decimal): -8210469 or 14399362. OLE color: 14399362.
HSL color Cylindrical-coordinate representation of color #82B7DB: hue angle of 204.27º 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 #82B7DB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 183 | 219 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.14 |
| HSL | 204.27º | 0.55% | 0.68% | - |
| HSV(B) | 204.27º | 0.41% | 0.86% | - |
| XYZ | 38.93 | 43.73 | 73.41 | - |
| YUV | 171.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 219 | 0.41 | 0.16 | 0 | 0.14 | 204.27 | 0.55 | 0.68 |
| Hex | 82 | B7 | DB | 29 | 10 | 0 | E | CC | 37 | 44 |
| Octal | 202 | 267 | 333 | 51 | 20 | 0 | 16 | 314 | 67 | 104 |
| Binary | 10000010 | 10110111 | 11011011 | 101001 | 10000 | 0 | 1110 | 11001100 | 110111 | 1000100 |
Color Harmonies of #82B7DB
Complementary color
Monochromatic Colors of #82B7DB
Black with #82B7DB
Text Example
Text Example
White with #82B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B7DB; }
p { color: rgb(130,183,219); }
H1.HeaderClassName
{
color: #82B7DB;
}
.AnyTagClassName
{
color: #82B7DB;
}
</style>
background-color css
<style>
a { background-color: #82B7DB; }
a { background-color: rgb(130,183,219); }
div.DivClassName
{
background-color: #82B7DB;
}
.BgClassName
{
background-color: #82B7DB;
}
</style>
border-color css
<style>
span { border-color: #82B7DB; }
span { border-color: rgb(130,183,219); }
td.TdClassName
{
border-color: #82B7DB;
}
.TagClassName
{
border-color: #82B7DB;
}
</style>