Html Css Color HEX #82ADBA Glacier

📋 copy color: '#82ADBA'

red 130 ◦ green 173 ◦ blue 186

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

Shades of Glacier #82ADBA

Tints of Glacier #82ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 26.58%
G = 35.38%
B = 38.04%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82ADBA (or 0x82ADBA) is known color: Glacier. HEX triplet: 82, AD and BA. RGB value is (130,173,186). Sum of RGB (Red+Green+Blue) = 130+173+186=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #82ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADBA is #7D5245. Grayscale: #A1A1A1. Windows color (decimal): -8213062 or 12234114. OLE color: 12234114.

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

Color convert

RGB 130 173 186 -
CMYK 0.30 0.07 0 0.27
HSL 193.93º 0.29% 0.62% -
HSV(B) 193.93º 0.3% 0.73% -
XYZ 33.01 38.18 52.08 -
YUV 161.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 130 173 186 0.30 0.07 0 0.27 193.93 0.29 0.62
Hex 82 AD BA 1E 7 0 1B C2 1D 3E
Octal 202 255 272 36 7 0 33 302 35 76
Binary 10000010 10101101 10111010 11110 111 0 11011 11000010 11101 111110

Color Harmonies of #82ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADBA

Black with #82ADBA

Text Example


Text Example

White with #82ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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