Html Css Color HEX #82ACC1 Glacier

📋 copy color: '#82ACC1'

red 130 ◦ green 172 ◦ blue 193

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

Shades of Glacier #82ACC1

Tints of Glacier #82ACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 26.26%
G = 34.75%
B = 38.99%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#82ACC1 (or 0x82ACC1) is known color: Glacier. HEX triplet: 82, AC and C1. RGB value is (130,172,193). Sum of RGB (Red+Green+Blue) = 130+172+193=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #82ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACC1 is #7D533E. Grayscale: #A1A1A1. Windows color (decimal): -8213311 or 12692610. OLE color: 12692610.

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

Color convert

RGB 130 172 193 -
CMYK 0.33 0.11 0 0.24
HSL 200º 0.34% 0.63% -
HSV(B) 200º 0.33% 0.76% -
XYZ 33.58 38.1 56.04 -
YUV 161.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 130 172 193 0.33 0.11 0 0.24 200 0.34 0.63
Hex 82 AC C1 21 B 0 18 C8 22 3F
Octal 202 254 301 41 13 0 30 310 42 77
Binary 10000010 10101100 11000001 100001 1011 0 11000 11001000 100010 111111

Color Harmonies of #82ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ACC1

Black with #82ACC1

Text Example


Text Example

White with #82ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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