Html Css Color HEX #82AAB9 Glacier

📋 copy color: '#82AAB9'

red 130 ◦ green 170 ◦ blue 185

#82AAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #82AAB9

Tints of Glacier #82AAB9

RGB

 RED value IS 130 (51.17% from 255) = 26.8%

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 26.8%
G = 35.05%
B = 38.14%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82AAB9 (or 0x82AAB9) is known color: Glacier. HEX triplet: 82, AA and B9. RGB value is (130,170,185). Sum of RGB (Red+Green+Blue) = 130+170+185=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #82AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAB9 is #7D5546. Grayscale: #9F9F9F. Windows color (decimal): -8213831 or 12167810. OLE color: 12167810.

HSL color Cylindrical-coordinate representation of color #82AAB9: hue angle of 196.36º degrees, saturation: 0.28, 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 #82AAB9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 170 185 -
CMYK 0.30 0.08 0 0.27
HSL 196.36º 0.28% 0.62% -
HSV(B) 196.36º 0.3% 0.73% -
XYZ 32.34 37 51.34 -
YUV 159.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 130 170 185 0.30 0.08 0 0.27 196.36 0.28 0.62
Hex 82 AA B9 1E 8 0 1B C4 1C 3E
Octal 202 252 271 36 10 0 33 304 34 76
Binary 10000010 10101010 10111001 11110 1000 0 11011 11000100 11100 111110

Color Harmonies of #82AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AAB9

Black with #82AAB9

Text Example


Text Example

White with #82AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,185); }

 H1.HeaderClassName
 {
   color: #82AAB9;
 }
 .AnyTagClassName
 {
   color: #82AAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(130,170,185); }

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

border-color css

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

 span { border-color: rgb(130,170,185); }

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