Shades of Seagull #82B1D0
Tints of Seagull #82B1D0
RGB
CMYK
RGB Variations
Color information
#82B1D0 (or 0x82B1D0) is known color: Seagull. HEX triplet: 82, B1 and D0. RGB value is (130,177,208). Sum of RGB (Red+Green+Blue) = 130+177+208=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #82B1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1D0 is #7D4E2F. Grayscale: #A6A6A6. Windows color (decimal): -8212016 or 13676930. OLE color: 13676930.
HSL color Cylindrical-coordinate representation of color #82B1D0: hue angle of 203.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82B1D0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 177 | 208 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.18 |
| HSL | 203.85º | 0.45% | 0.66% | - |
| HSV(B) | 203.85º | 0.38% | 0.82% | - |
| XYZ | 36.31 | 40.74 | 65.63 | - |
| YUV | 166.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 208 | 0.38 | 0.15 | 0 | 0.18 | 203.85 | 0.45 | 0.66 |
| Hex | 82 | B1 | D0 | 26 | F | 0 | 12 | CC | 2D | 42 |
| Octal | 202 | 261 | 320 | 46 | 17 | 0 | 22 | 314 | 55 | 102 |
| Binary | 10000010 | 10110001 | 11010000 | 100110 | 1111 | 0 | 10010 | 11001100 | 101101 | 1000010 |
Color Harmonies of #82B1D0
Complementary color
Monochromatic Colors of #82B1D0
Black with #82B1D0
Text Example
Text Example
White with #82B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B1D0; }
p { color: rgb(130,177,208); }
H1.HeaderClassName
{
color: #82B1D0;
}
.AnyTagClassName
{
color: #82B1D0;
}
</style>
background-color css
<style>
a { background-color: #82B1D0; }
a { background-color: rgb(130,177,208); }
div.DivClassName
{
background-color: #82B1D0;
}
.BgClassName
{
background-color: #82B1D0;
}
</style>
border-color css
<style>
span { border-color: #82B1D0; }
span { border-color: rgb(130,177,208); }
td.TdClassName
{
border-color: #82B1D0;
}
.TagClassName
{
border-color: #82B1D0;
}
</style>