Shades of Seagull #82B1CC
Tints of Seagull #82B1CC
RGB
CMYK
RGB Variations
Color information
#82B1CC (or 0x82B1CC) is known color: Seagull. HEX triplet: 82, B1 and CC. RGB value is (130,177,204). Sum of RGB (Red+Green+Blue) = 130+177+204=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #82B1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1CC is #7D4E33. Grayscale: #A5A5A5. Windows color (decimal): -8212020 or 13414786. OLE color: 13414786.
HSL color Cylindrical-coordinate representation of color #82B1CC: hue angle of 201.89º 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 #82B1CC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 177 | 204 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.2 |
| HSL | 201.89º | 0.42% | 0.65% | - |
| HSV(B) | 201.89º | 0.36% | 0.8% | - |
| XYZ | 35.83 | 40.55 | 63.07 | - |
| YUV | 166.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 204 | 0.36 | 0.13 | 0 | 0.2 | 201.89 | 0.42 | 0.65 |
| Hex | 82 | B1 | CC | 24 | D | 0 | 14 | CA | 2A | 41 |
| Octal | 202 | 261 | 314 | 44 | 15 | 0 | 24 | 312 | 52 | 101 |
| Binary | 10000010 | 10110001 | 11001100 | 100100 | 1101 | 0 | 10100 | 11001010 | 101010 | 1000001 |
Color Harmonies of #82B1CC
Complementary color
Monochromatic Colors of #82B1CC
Black with #82B1CC
Text Example
Text Example
White with #82B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B1CC; }
p { color: rgb(130,177,204); }
H1.HeaderClassName
{
color: #82B1CC;
}
.AnyTagClassName
{
color: #82B1CC;
}
</style>
background-color css
<style>
a { background-color: #82B1CC; }
a { background-color: rgb(130,177,204); }
div.DivClassName
{
background-color: #82B1CC;
}
.BgClassName
{
background-color: #82B1CC;
}
</style>
border-color css
<style>
span { border-color: #82B1CC; }
span { border-color: rgb(130,177,204); }
td.TdClassName
{
border-color: #82B1CC;
}
.TagClassName
{
border-color: #82B1CC;
}
</style>