Html Css Color HEX #82AEC2 Glacier

📋 copy color: '#82AEC2'

red 130 ◦ green 174 ◦ blue 194

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

Shades of Glacier #82AEC2

Tints of Glacier #82AEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.96%

R = 26.1%
G = 34.94%
B = 38.96%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#82AEC2 (or 0x82AEC2) is known color: Glacier. HEX triplet: 82, AE and C2. RGB value is (130,174,194). Sum of RGB (Red+Green+Blue) = 130+174+194=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #82AEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEC2 is #7D513D. Grayscale: #A3A3A3. Windows color (decimal): -8212798 or 12758658. OLE color: 12758658.

HSL color Cylindrical-coordinate representation of color #82AEC2: hue angle of 198.75º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82AEC2 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 174 194 -
CMYK 0.33 0.10 0 0.24
HSL 198.75º 0.34% 0.64% -
HSV(B) 198.75º 0.33% 0.76% -
XYZ 34.08 38.91 56.75 -
YUV 163.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 130 174 194 0.33 0.10 0 0.24 198.75 0.34 0.64
Hex 82 AE C2 21 A 0 18 C7 22 40
Octal 202 256 302 41 12 0 30 307 42 100
Binary 10000010 10101110 11000010 100001 1010 0 11000 11000111 100010 1000000

Color Harmonies of #82AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AEC2

Black with #82AEC2

Text Example


Text Example

White with #82AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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