Html Css Color HEX #82AEBF Glacier

📋 copy color: '#82AEBF'

red 130 ◦ green 174 ◦ blue 191

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

Shades of Glacier #82AEBF

Tints of Glacier #82AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.15%

 BLUE value IS 191 (75% from 255) = 38.59%

R = 26.26%
G = 35.15%
B = 38.59%

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

#82AEBF (or 0x82AEBF) is known color: Glacier. HEX triplet: 82, AE and BF. RGB value is (130,174,191). Sum of RGB (Red+Green+Blue) = 130+174+191=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #82AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEBF is #7D5140. Grayscale: #A2A2A2. Windows color (decimal): -8212801 or 12562050. OLE color: 12562050.

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

Color convert

RGB 130 174 191 -
CMYK 0.32 0.09 0 0.25
HSL 196.72º 0.32% 0.63% -
HSV(B) 196.72º 0.32% 0.75% -
XYZ 33.75 38.78 55 -
YUV 162.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 130 174 191 0.32 0.09 0 0.25 196.72 0.32 0.63
Hex 82 AE BF 20 9 0 19 C5 20 3F
Octal 202 256 277 40 11 0 31 305 40 77
Binary 10000010 10101110 10111111 100000 1001 0 11001 11000101 100000 111111

Color Harmonies of #82AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AEBF

Black with #82AEBF

Text Example


Text Example

White with #82AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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