Html Css Color HEX #82ACBE Glacier

📋 copy color: '#82ACBE'

red 130 ◦ green 172 ◦ blue 190

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

Shades of Glacier #82ACBE

Tints of Glacier #82ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 26.42%
G = 34.96%
B = 38.62%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#82ACBE (or 0x82ACBE) is known color: Glacier. HEX triplet: 82, AC and BE. RGB value is (130,172,190). Sum of RGB (Red+Green+Blue) = 130+172+190=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #82ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACBE is #7D5341. Grayscale: #A1A1A1. Windows color (decimal): -8213314 or 12496002. OLE color: 12496002.

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

Color convert

RGB 130 172 190 -
CMYK 0.32 0.09 0 0.25
HSL 198º 0.32% 0.63% -
HSV(B) 198º 0.32% 0.75% -
XYZ 33.25 37.97 54.29 -
YUV 161.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 130 172 190 0.32 0.09 0 0.25 198 0.32 0.63
Hex 82 AC BE 20 9 0 19 C6 20 3F
Octal 202 254 276 40 11 0 31 306 40 77
Binary 10000010 10101100 10111110 100000 1001 0 11001 11000110 100000 111111

Color Harmonies of #82ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ACBE

Black with #82ACBE

Text Example


Text Example

White with #82ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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