#82A9BB

Color #82A9BB Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #82A9BB

Tints of Glacier #82A9BB

Color information

#82A9BB (or 0x82A9BB) is unknown color: approx Glacier. HEX triplet: 82, A9 and BB. RGB value is (130,169,187). Sum of RGB (Red+Green+Blue) = 130+169+187=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #82A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A9BB is #7D5644. Grayscale: #9F9F9F. Windows color (decimal): -8214085 or 12298626. OLE color: 12298626.

HSL color Cylindrical-coordinate representation of color #82A9BB: hue angle of 198.95º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82A9BB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130169187-
CMYK0.300.1000.27
HSL198.95º29.53%62.16%-
HSV(B)198.95º30.48%73.33%-
XYZ32.3636.7152.39-
YUV159.39143.58107.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=26.75%
G=34.77%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301691870.300.1000.27198.9529.5362.16
Hex82A9BB1EA01Bc71e3e
Octal20225127336120333073676
Binary1000001010101001101110111111010100110111100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A9BB; }

 p { color: rgb(130,169,187); }

 H1.HeaderClassName
 {
   color: #82A9BB;
 }
 .AnyTagClassName
 {
   color: #82A9BB;
 }
</style>
background-color css

<style>
 a { background-color: #82A9BB; }

 a { background-color: rgb(130,169,187); }

 div.DivClassName
 {
   background-color: #82A9BB;
 }
 .BgClassName
 {
   background-color: #82A9BB;
 }
</style>
border-color css

<style>
 span { border-color: #82A9BB; }

 span { border-color: rgb(130,169,187); }

 td.TdClassName
 {
   border-color: #82A9BB;
 }
 .TagClassName
 {
   border-color: #82A9BB;
 }
</style>