Html Css Color HEX #82ABBD Glacier

📋 copy color: '#82ABBD'

red 130 ◦ green 171 ◦ blue 189

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

Shades of Glacier #82ABBD

Tints of Glacier #82ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 26.53%
G = 34.9%
B = 38.57%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#82ABBD (or 0x82ABBD) is known color: Glacier. HEX triplet: 82, AB and BD. RGB value is (130,171,189). Sum of RGB (Red+Green+Blue) = 130+171+189=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #82ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABBD is #7D5442. Grayscale: #A0A0A0. Windows color (decimal): -8213571 or 12430210. OLE color: 12430210.

HSL color Cylindrical-coordinate representation of color #82ABBD: hue angle of 198.31º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82ABBD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 171 189 -
CMYK 0.31 0.10 0 0.26
HSL 198.31º 0.31% 0.63% -
HSV(B) 198.31º 0.31% 0.74% -
XYZ 32.95 37.55 53.65 -
YUV 160.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 130 171 189 0.31 0.10 0 0.26 198.31 0.31 0.63
Hex 82 AB BD 1F A 0 1A C6 1F 3F
Octal 202 253 275 37 12 0 32 306 37 77
Binary 10000010 10101011 10111101 11111 1010 0 11010 11000110 11111 111111

Color Harmonies of #82ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABBD

Black with #82ABBD

Text Example


Text Example

White with #82ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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