Html Css Color HEX #82AABB Glacier

📋 copy color: '#82AABB'

red 130 ◦ green 170 ◦ blue 187

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

Shades of Glacier #82AABB

Tints of Glacier #82AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 26.69%
G = 34.91%
B = 38.4%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82AABB (or 0x82AABB) is known color: Glacier. HEX triplet: 82, AA and BB. RGB value is (130,170,187). Sum of RGB (Red+Green+Blue) = 130+170+187=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #82AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AABB is #7D5544. Grayscale: #9F9F9F. Windows color (decimal): -8213829 or 12298882. OLE color: 12298882.

HSL color Cylindrical-coordinate representation of color #82AABB: hue angle of 197.89º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82AABB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 170 187 -
CMYK 0.30 0.09 0 0.27
HSL 197.89º 0.3% 0.62% -
HSV(B) 197.89º 0.3% 0.73% -
XYZ 32.55 37.08 52.46 -
YUV 159.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 130 170 187 0.30 0.09 0 0.27 197.89 0.3 0.62
Hex 82 AA BB 1E 9 0 1B C6 1E 3E
Octal 202 252 273 36 11 0 33 306 36 76
Binary 10000010 10101010 10111011 11110 1001 0 11011 11000110 11110 111110

Color Harmonies of #82AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AABB

Black with #82AABB

Text Example


Text Example

White with #82AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,187); }

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

background-color css

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

 a { background-color: rgb(130,170,187); }

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

border-color css

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

 span { border-color: rgb(130,170,187); }

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