#82BABE

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

Shades of Glacier #82BABE

Tints of Glacier #82BABE

Color information

#82BABE (or 0x82BABE) is unknown color: approx Glacier. HEX triplet: 82, BA and BE. RGB value is (130,186,190). Sum of RGB (Red+Green+Blue) = 130+186+190=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #82BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BABE is #7D4541. Grayscale: #A9A9A9. Windows color (decimal): -8209730 or 12499586. OLE color: 12499586.

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

Color convert

RGB130186190-
CMYK0.320.0200.25
HSL184º31.58%62.75%-
HSV(B)184º31.58%74.51%-
XYZ36.0643.5855.23-
YUV169.71139.4599.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=25.69%
G=36.76%
B=37.55%

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
Decimal1301861900.320.0200.2518431.5862.75
Hex82BABE202019b8203f
Octal2022722764020312704077
Binary1000001010111010101111101000001001100110111000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,190); }

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

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

 a { background-color: rgb(130,186,190); }

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

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

 span { border-color: rgb(130,186,190); }

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