Shades of Glacier #82BBBE
Tints of Glacier #82BBBE
RGB
CMYK
RGB Variations
Color information
#82BBBE (or 0x82BBBE) is known color: Glacier. HEX triplet: 82, BB and BE. RGB value is (130,187,190). Sum of RGB (Red+Green+Blue) = 130+187+190=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #82BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBBE is #7D4441. Grayscale: #AAAAAA. Windows color (decimal): -8209474 or 12499842. OLE color: 12499842.
HSL color Cylindrical-coordinate representation of color #82BBBE: hue angle of 183º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BBBE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 187 | 190 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.25 |
| HSL | 183º | 0.32% | 0.63% | - |
| HSV(B) | 183º | 0.32% | 0.75% | - |
| XYZ | 36.27 | 44 | 55.3 | - |
| YUV | 170.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 190 | 0.32 | 0.02 | 0 | 0.25 | 183 | 0.32 | 0.63 |
| Hex | 82 | BB | BE | 20 | 2 | 0 | 19 | B7 | 20 | 3F |
| Octal | 202 | 273 | 276 | 40 | 2 | 0 | 31 | 267 | 40 | 77 |
| Binary | 10000010 | 10111011 | 10111110 | 100000 | 10 | 0 | 11001 | 10110111 | 100000 | 111111 |
Color Harmonies of #82BBBE
Complementary color
Monochromatic Colors of #82BBBE
Black with #82BBBE
Text Example
Text Example
White with #82BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBBE; }
p { color: rgb(130,187,190); }
H1.HeaderClassName
{
color: #82BBBE;
}
.AnyTagClassName
{
color: #82BBBE;
}
</style>
background-color css
<style>
a { background-color: #82BBBE; }
a { background-color: rgb(130,187,190); }
div.DivClassName
{
background-color: #82BBBE;
}
.BgClassName
{
background-color: #82BBBE;
}
</style>
border-color css
<style>
span { border-color: #82BBBE; }
span { border-color: rgb(130,187,190); }
td.TdClassName
{
border-color: #82BBBE;
}
.TagClassName
{
border-color: #82BBBE;
}
</style>