Shades of Seagull #82BDCA
Tints of Seagull #82BDCA
RGB
CMYK
RGB Variations
Color information
#82BDCA (or 0x82BDCA) is known color: Seagull. HEX triplet: 82, BD and CA. RGB value is (130,189,202). Sum of RGB (Red+Green+Blue) = 130+189+202=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #82BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDCA is #7D4235. Grayscale: #ACACAC. Windows color (decimal): -8208950 or 13286786. OLE color: 13286786.
HSL color Cylindrical-coordinate representation of color #82BDCA: hue angle of 190.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82BDCA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 189 | 202 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.21 |
| HSL | 190.83º | 0.4% | 0.65% | - |
| HSV(B) | 190.83º | 0.36% | 0.79% | - |
| XYZ | 38.06 | 45.41 | 62.64 | - |
| YUV | 172.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 202 | 0.36 | 0.06 | 0 | 0.21 | 190.83 | 0.4 | 0.65 |
| Hex | 82 | BD | CA | 24 | 6 | 0 | 15 | BF | 28 | 41 |
| Octal | 202 | 275 | 312 | 44 | 6 | 0 | 25 | 277 | 50 | 101 |
| Binary | 10000010 | 10111101 | 11001010 | 100100 | 110 | 0 | 10101 | 10111111 | 101000 | 1000001 |
Color Harmonies of #82BDCA
Complementary color
Monochromatic Colors of #82BDCA
Black with #82BDCA
Text Example
Text Example
White with #82BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDCA; }
p { color: rgb(130,189,202); }
H1.HeaderClassName
{
color: #82BDCA;
}
.AnyTagClassName
{
color: #82BDCA;
}
</style>
background-color css
<style>
a { background-color: #82BDCA; }
a { background-color: rgb(130,189,202); }
div.DivClassName
{
background-color: #82BDCA;
}
.BgClassName
{
background-color: #82BDCA;
}
</style>
border-color css
<style>
span { border-color: #82BDCA; }
span { border-color: rgb(130,189,202); }
td.TdClassName
{
border-color: #82BDCA;
}
.TagClassName
{
border-color: #82BDCA;
}
</style>