Shades of Seagull #82BFDA
Tints of Seagull #82BFDA
RGB
CMYK
RGB Variations
Color information
#82BFDA (or 0x82BFDA) is known color: Seagull. HEX triplet: 82, BF and DA. RGB value is (130,191,218). Sum of RGB (Red+Green+Blue) = 130+191+218=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #82BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFDA is #7D4025. Grayscale: #AFAFAF. Windows color (decimal): -8208422 or 14335874. OLE color: 14335874.
HSL color Cylindrical-coordinate representation of color #82BFDA: hue angle of 198.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82BFDA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 191 | 218 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.15 |
| HSL | 198.41º | 0.54% | 0.68% | - |
| HSV(B) | 198.41º | 0.4% | 0.85% | - |
| XYZ | 40.49 | 47.07 | 73.28 | - |
| YUV | 175.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 218 | 0.40 | 0.12 | 0 | 0.15 | 198.41 | 0.54 | 0.68 |
| Hex | 82 | BF | DA | 28 | C | 0 | F | C6 | 36 | 44 |
| Octal | 202 | 277 | 332 | 50 | 14 | 0 | 17 | 306 | 66 | 104 |
| Binary | 10000010 | 10111111 | 11011010 | 101000 | 1100 | 0 | 1111 | 11000110 | 110110 | 1000100 |
Color Harmonies of #82BFDA
Complementary color
Monochromatic Colors of #82BFDA
Black with #82BFDA
Text Example
Text Example
White with #82BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BFDA; }
p { color: rgb(130,191,218); }
H1.HeaderClassName
{
color: #82BFDA;
}
.AnyTagClassName
{
color: #82BFDA;
}
</style>
background-color css
<style>
a { background-color: #82BFDA; }
a { background-color: rgb(130,191,218); }
div.DivClassName
{
background-color: #82BFDA;
}
.BgClassName
{
background-color: #82BFDA;
}
</style>
border-color css
<style>
span { border-color: #82BFDA; }
span { border-color: rgb(130,191,218); }
td.TdClassName
{
border-color: #82BFDA;
}
.TagClassName
{
border-color: #82BFDA;
}
</style>