Shades of Seagull #82BBCC
Tints of Seagull #82BBCC
RGB
CMYK
RGB Variations
Color information
#82BBCC (or 0x82BBCC) is known color: Seagull. HEX triplet: 82, BB and CC. RGB value is (130,187,204). Sum of RGB (Red+Green+Blue) = 130+187+204=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #82BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBCC is #7D4433. Grayscale: #ABABAB. Windows color (decimal): -8209460 or 13417346. OLE color: 13417346.
HSL color Cylindrical-coordinate representation of color #82BBCC: hue angle of 193.78º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82BBCC is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 187 | 204 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.2 |
| HSL | 193.78º | 0.42% | 0.65% | - |
| HSV(B) | 193.78º | 0.36% | 0.8% | - |
| XYZ | 37.88 | 44.65 | 63.75 | - |
| YUV | 171.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 204 | 0.36 | 0.08 | 0 | 0.2 | 193.78 | 0.42 | 0.65 |
| Hex | 82 | BB | CC | 24 | 8 | 0 | 14 | C2 | 2A | 41 |
| Octal | 202 | 273 | 314 | 44 | 10 | 0 | 24 | 302 | 52 | 101 |
| Binary | 10000010 | 10111011 | 11001100 | 100100 | 1000 | 0 | 10100 | 11000010 | 101010 | 1000001 |
Color Harmonies of #82BBCC
Complementary color
Monochromatic Colors of #82BBCC
Black with #82BBCC
Text Example
Text Example
White with #82BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBCC; }
p { color: rgb(130,187,204); }
H1.HeaderClassName
{
color: #82BBCC;
}
.AnyTagClassName
{
color: #82BBCC;
}
</style>
background-color css
<style>
a { background-color: #82BBCC; }
a { background-color: rgb(130,187,204); }
div.DivClassName
{
background-color: #82BBCC;
}
.BgClassName
{
background-color: #82BBCC;
}
</style>
border-color css
<style>
span { border-color: #82BBCC; }
span { border-color: rgb(130,187,204); }
td.TdClassName
{
border-color: #82BBCC;
}
.TagClassName
{
border-color: #82BBCC;
}
</style>