Shades of Seagull #82B4D1
Tints of Seagull #82B4D1
RGB
CMYK
RGB Variations
Color information
#82B4D1 (or 0x82B4D1) is known color: Seagull. HEX triplet: 82, B4 and D1. RGB value is (130,180,209). Sum of RGB (Red+Green+Blue) = 130+180+209=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #82B4D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B4D1 is #7D4B2E. Grayscale: #A8A8A8. Windows color (decimal): -8211247 or 13743234. OLE color: 13743234.
HSL color Cylindrical-coordinate representation of color #82B4D1: hue angle of 202.03º degrees, saturation: 0.46, 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 #82B4D1 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 180 | 209 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.18 |
| HSL | 202.03º | 0.46% | 0.66% | - |
| HSV(B) | 202.03º | 0.38% | 0.82% | - |
| XYZ | 37.04 | 41.99 | 66.47 | - |
| YUV | 168.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 180 | 209 | 0.38 | 0.14 | 0 | 0.18 | 202.03 | 0.46 | 0.66 |
| Hex | 82 | B4 | D1 | 26 | E | 0 | 12 | CA | 2E | 42 |
| Octal | 202 | 264 | 321 | 46 | 16 | 0 | 22 | 312 | 56 | 102 |
| Binary | 10000010 | 10110100 | 11010001 | 100110 | 1110 | 0 | 10010 | 11001010 | 101110 | 1000010 |
Color Harmonies of #82B4D1
Complementary color
Monochromatic Colors of #82B4D1
Black with #82B4D1
Text Example
Text Example
White with #82B4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B4D1; }
p { color: rgb(130,180,209); }
H1.HeaderClassName
{
color: #82B4D1;
}
.AnyTagClassName
{
color: #82B4D1;
}
</style>
background-color css
<style>
a { background-color: #82B4D1; }
a { background-color: rgb(130,180,209); }
div.DivClassName
{
background-color: #82B4D1;
}
.BgClassName
{
background-color: #82B4D1;
}
</style>
border-color css
<style>
span { border-color: #82B4D1; }
span { border-color: rgb(130,180,209); }
td.TdClassName
{
border-color: #82B4D1;
}
.TagClassName
{
border-color: #82B4D1;
}
</style>