Shades of Seagull #82B8D9
Tints of Seagull #82B8D9
RGB
CMYK
RGB Variations
Color information
#82B8D9 (or 0x82B8D9) is known color: Seagull. HEX triplet: 82, B8 and D9. RGB value is (130,184,217). Sum of RGB (Red+Green+Blue) = 130+184+217=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #82B8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B8D9 is #7D4726. Grayscale: #ABABAB. Windows color (decimal): -8210215 or 14268546. OLE color: 14268546.
HSL color Cylindrical-coordinate representation of color #82B8D9: hue angle of 202.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82B8D9 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 184 | 217 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.15 |
| HSL | 202.76º | 0.53% | 0.68% | - |
| HSV(B) | 202.76º | 0.4% | 0.85% | - |
| XYZ | 38.87 | 44.04 | 72.1 | - |
| YUV | 171.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 217 | 0.40 | 0.15 | 0 | 0.15 | 202.76 | 0.53 | 0.68 |
| Hex | 82 | B8 | D9 | 28 | F | 0 | F | CB | 35 | 44 |
| Octal | 202 | 270 | 331 | 50 | 17 | 0 | 17 | 313 | 65 | 104 |
| Binary | 10000010 | 10111000 | 11011001 | 101000 | 1111 | 0 | 1111 | 11001011 | 110101 | 1000100 |
Color Harmonies of #82B8D9
Complementary color
Monochromatic Colors of #82B8D9
Black with #82B8D9
Text Example
Text Example
White with #82B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B8D9; }
p { color: rgb(130,184,217); }
H1.HeaderClassName
{
color: #82B8D9;
}
.AnyTagClassName
{
color: #82B8D9;
}
</style>
background-color css
<style>
a { background-color: #82B8D9; }
a { background-color: rgb(130,184,217); }
div.DivClassName
{
background-color: #82B8D9;
}
.BgClassName
{
background-color: #82B8D9;
}
</style>
border-color css
<style>
span { border-color: #82B8D9; }
span { border-color: rgb(130,184,217); }
td.TdClassName
{
border-color: #82B8D9;
}
.TagClassName
{
border-color: #82B8D9;
}
</style>