Shades of Seagull #82B9D0
Tints of Seagull #82B9D0
RGB
CMYK
RGB Variations
Color information
#82B9D0 (or 0x82B9D0) is known color: Seagull. HEX triplet: 82, B9 and D0. RGB value is (130,185,208). Sum of RGB (Red+Green+Blue) = 130+185+208=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #82B9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B9D0 is #7D462F. Grayscale: #ABABAB. Windows color (decimal): -8209968 or 13678978. OLE color: 13678978.
HSL color Cylindrical-coordinate representation of color #82B9D0: hue angle of 197.69º 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 #82B9D0 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 185 | 208 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.18 |
| HSL | 197.69º | 0.45% | 0.66% | - |
| HSV(B) | 197.69º | 0.38% | 0.82% | - |
| XYZ | 37.94 | 44 | 66.17 | - |
| YUV | 171.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 208 | 0.38 | 0.11 | 0 | 0.18 | 197.69 | 0.45 | 0.66 |
| Hex | 82 | B9 | D0 | 26 | B | 0 | 12 | C6 | 2D | 42 |
| Octal | 202 | 271 | 320 | 46 | 13 | 0 | 22 | 306 | 55 | 102 |
| Binary | 10000010 | 10111001 | 11010000 | 100110 | 1011 | 0 | 10010 | 11000110 | 101101 | 1000010 |
Color Harmonies of #82B9D0
Complementary color
Monochromatic Colors of #82B9D0
Black with #82B9D0
Text Example
Text Example
White with #82B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B9D0; }
p { color: rgb(130,185,208); }
H1.HeaderClassName
{
color: #82B9D0;
}
.AnyTagClassName
{
color: #82B9D0;
}
</style>
background-color css
<style>
a { background-color: #82B9D0; }
a { background-color: rgb(130,185,208); }
div.DivClassName
{
background-color: #82B9D0;
}
.BgClassName
{
background-color: #82B9D0;
}
</style>
border-color css
<style>
span { border-color: #82B9D0; }
span { border-color: rgb(130,185,208); }
td.TdClassName
{
border-color: #82B9D0;
}
.TagClassName
{
border-color: #82B9D0;
}
</style>