Shades of Seagull #82BBDC
Tints of Seagull #82BBDC
RGB
CMYK
RGB Variations
Color information
#82BBDC (or 0x82BBDC) is known color: Seagull. HEX triplet: 82, BB and DC. RGB value is (130,187,220). Sum of RGB (Red+Green+Blue) = 130+187+220=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #82BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBDC is #7D4423. Grayscale: #ADADAD. Windows color (decimal): -8209444 or 14465922. OLE color: 14465922.
HSL color Cylindrical-coordinate representation of color #82BBDC: hue angle of 202º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BBDC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 187 | 220 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.14 |
| HSL | 202º | 0.56% | 0.69% | - |
| HSV(B) | 202º | 0.41% | 0.86% | - |
| XYZ | 39.89 | 45.45 | 74.38 | - |
| YUV | 173.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 220 | 0.41 | 0.15 | 0 | 0.14 | 202 | 0.56 | 0.69 |
| Hex | 82 | BB | DC | 29 | F | 0 | E | CA | 38 | 45 |
| Octal | 202 | 273 | 334 | 51 | 17 | 0 | 16 | 312 | 70 | 105 |
| Binary | 10000010 | 10111011 | 11011100 | 101001 | 1111 | 0 | 1110 | 11001010 | 111000 | 1000101 |
Color Harmonies of #82BBDC
Complementary color
Monochromatic Colors of #82BBDC
Black with #82BBDC
Text Example
Text Example
White with #82BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBDC; }
p { color: rgb(130,187,220); }
H1.HeaderClassName
{
color: #82BBDC;
}
.AnyTagClassName
{
color: #82BBDC;
}
</style>
background-color css
<style>
a { background-color: #82BBDC; }
a { background-color: rgb(130,187,220); }
div.DivClassName
{
background-color: #82BBDC;
}
.BgClassName
{
background-color: #82BBDC;
}
</style>
border-color css
<style>
span { border-color: #82BBDC; }
span { border-color: rgb(130,187,220); }
td.TdClassName
{
border-color: #82BBDC;
}
.TagClassName
{
border-color: #82BBDC;
}
</style>