Html Css Color HEX #82AFC0 Glacier

📋 copy color: '#82AFC0'

red 130 ◦ green 175 ◦ blue 192

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

Shades of Glacier #82AFC0

Tints of Glacier #82AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 26.16%
G = 35.21%
B = 38.63%

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

#82AFC0 (or 0x82AFC0) is known color: Glacier. HEX triplet: 82, AF and C0. RGB value is (130,175,192). Sum of RGB (Red+Green+Blue) = 130+175+192=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #82AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFC0 is #7D503F. Grayscale: #A3A3A3. Windows color (decimal): -8212544 or 12627842. OLE color: 12627842.

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

Color convert

RGB 130 175 192 -
CMYK 0.32 0.09 0 0.25
HSL 196.45º 0.33% 0.63% -
HSV(B) 196.45º 0.32% 0.75% -
XYZ 34.05 39.21 55.64 -
YUV 163.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 130 175 192 0.32 0.09 0 0.25 196.45 0.33 0.63
Hex 82 AF C0 20 9 0 19 C4 21 3F
Octal 202 257 300 40 11 0 31 304 41 77
Binary 10000010 10101111 11000000 100000 1001 0 11001 11000100 100001 111111

Color Harmonies of #82AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFC0

Black with #82AFC0

Text Example


Text Example

White with #82AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,192); }

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

background-color css

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

 a { background-color: rgb(130,175,192); }

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

border-color css

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

 span { border-color: rgb(130,175,192); }

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