#82BBBF

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

Shades of Glacier #82BBBF

Tints of Glacier #82BBBF

Color information

#82BBBF (or 0x82BBBF) is unknown color: approx Glacier. HEX triplet: 82, BB and BF. RGB value is (130,187,191). Sum of RGB (Red+Green+Blue) = 130+187+191=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #82BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBBF is #7D4440. Grayscale: #AAAAAA. Windows color (decimal): -8209473 or 12565378. OLE color: 12565378.

HSL color Cylindrical-coordinate representation of color #82BBBF: hue angle of 183.93º 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 #82BBBF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130187191-
CMYK0.320.0200.25
HSL183.93º32.28%62.94%-
HSV(B)183.93º31.94%74.9%-
XYZ36.3844.0555.87-
YUV170.41139.6299.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.59%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 191 (75% from 255) = 37.60%
R=25.59%
G=36.81%
B=37.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301871910.320.0200.25183.9332.2862.94
Hex82BBBF202019b8203f
Octal2022732774020312704077
Binary1000001010111011101111111000001001100110111000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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