Shades of Seagull #82B5CC
Tints of Seagull #82B5CC
RGB
CMYK
RGB Variations
Color information
#82B5CC (or 0x82B5CC) is known color: Seagull. HEX triplet: 82, B5 and CC. RGB value is (130,181,204). Sum of RGB (Red+Green+Blue) = 130+181+204=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #82B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B5CC is #7D4A33. Grayscale: #A8A8A8. Windows color (decimal): -8210996 or 13415810. OLE color: 13415810.
HSL color Cylindrical-coordinate representation of color #82B5CC: hue angle of 198.65º 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 #82B5CC is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 181 | 204 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.2 |
| HSL | 198.65º | 0.42% | 0.65% | - |
| HSV(B) | 198.65º | 0.36% | 0.8% | - |
| XYZ | 36.63 | 42.15 | 63.33 | - |
| YUV | 168.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 204 | 0.36 | 0.11 | 0 | 0.2 | 198.65 | 0.42 | 0.65 |
| Hex | 82 | B5 | CC | 24 | B | 0 | 14 | C7 | 2A | 41 |
| Octal | 202 | 265 | 314 | 44 | 13 | 0 | 24 | 307 | 52 | 101 |
| Binary | 10000010 | 10110101 | 11001100 | 100100 | 1011 | 0 | 10100 | 11000111 | 101010 | 1000001 |
Color Harmonies of #82B5CC
Complementary color
Monochromatic Colors of #82B5CC
Black with #82B5CC
Text Example
Text Example
White with #82B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B5CC; }
p { color: rgb(130,181,204); }
H1.HeaderClassName
{
color: #82B5CC;
}
.AnyTagClassName
{
color: #82B5CC;
}
</style>
background-color css
<style>
a { background-color: #82B5CC; }
a { background-color: rgb(130,181,204); }
div.DivClassName
{
background-color: #82B5CC;
}
.BgClassName
{
background-color: #82B5CC;
}
</style>
border-color css
<style>
span { border-color: #82B5CC; }
span { border-color: rgb(130,181,204); }
td.TdClassName
{
border-color: #82B5CC;
}
.TagClassName
{
border-color: #82B5CC;
}
</style>