Html Css Color HEX #82ABBF Glacier

📋 copy color: '#82ABBF'

red 130 ◦ green 171 ◦ blue 191

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

Shades of Glacier #82ABBF

Tints of Glacier #82ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 26.42%
G = 34.76%
B = 38.82%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#82ABBF (or 0x82ABBF) is known color: Glacier. HEX triplet: 82, AB and BF. RGB value is (130,171,191). Sum of RGB (Red+Green+Blue) = 130+171+191=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #82ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABBF is #7D5440. Grayscale: #A0A0A0. Windows color (decimal): -8213569 or 12561282. OLE color: 12561282.

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

Color convert

RGB 130 171 191 -
CMYK 0.32 0.10 0 0.25
HSL 199.67º 0.32% 0.63% -
HSV(B) 199.67º 0.32% 0.75% -
XYZ 33.17 37.63 54.81 -
YUV 161.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 130 171 191 0.32 0.10 0 0.25 199.67 0.32 0.63
Hex 82 AB BF 20 A 0 19 C8 20 3F
Octal 202 253 277 40 12 0 31 310 40 77
Binary 10000010 10101011 10111111 100000 1010 0 11001 11001000 100000 111111

Color Harmonies of #82ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABBF

Black with #82ABBF

Text Example


Text Example

White with #82ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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