Shades of Seagull #82BDDB
Tints of Seagull #82BDDB
RGB
CMYK
RGB Variations
Color information
#82BDDB (or 0x82BDDB) is known color: Seagull. HEX triplet: 82, BD and DB. RGB value is (130,189,219). Sum of RGB (Red+Green+Blue) = 130+189+219=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #82BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDDB is #7D4224. Grayscale: #AEAEAE. Windows color (decimal): -8208933 or 14400898. OLE color: 14400898.
HSL color Cylindrical-coordinate representation of color #82BDDB: hue angle of 200.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BDDB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 189 | 219 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.14 |
| HSL | 200.22º | 0.55% | 0.68% | - |
| HSV(B) | 200.22º | 0.41% | 0.86% | - |
| XYZ | 40.19 | 46.26 | 73.83 | - |
| YUV | 174.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 219 | 0.41 | 0.14 | 0 | 0.14 | 200.22 | 0.55 | 0.68 |
| Hex | 82 | BD | DB | 29 | E | 0 | E | C8 | 37 | 44 |
| Octal | 202 | 275 | 333 | 51 | 16 | 0 | 16 | 310 | 67 | 104 |
| Binary | 10000010 | 10111101 | 11011011 | 101001 | 1110 | 0 | 1110 | 11001000 | 110111 | 1000100 |
Color Harmonies of #82BDDB
Complementary color
Monochromatic Colors of #82BDDB
Black with #82BDDB
Text Example
Text Example
White with #82BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDDB; }
p { color: rgb(130,189,219); }
H1.HeaderClassName
{
color: #82BDDB;
}
.AnyTagClassName
{
color: #82BDDB;
}
</style>
background-color css
<style>
a { background-color: #82BDDB; }
a { background-color: rgb(130,189,219); }
div.DivClassName
{
background-color: #82BDDB;
}
.BgClassName
{
background-color: #82BDDB;
}
</style>
border-color css
<style>
span { border-color: #82BDDB; }
span { border-color: rgb(130,189,219); }
td.TdClassName
{
border-color: #82BDDB;
}
.TagClassName
{
border-color: #82BDDB;
}
</style>