Html Css Color HEX #82B1BD Glacier

📋 copy color: '#82B1BD'

red 130 ◦ green 177 ◦ blue 189

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

Shades of Glacier #82B1BD

Tints of Glacier #82B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 26.21%
G = 35.69%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#82B1BD (or 0x82B1BD) is known color: Glacier. HEX triplet: 82, B1 and BD. RGB value is (130,177,189). Sum of RGB (Red+Green+Blue) = 130+177+189=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #82B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1BD is #7D4E42. Grayscale: #A4A4A4. Windows color (decimal): -8212035 or 12431746. OLE color: 12431746.

HSL color Cylindrical-coordinate representation of color #82B1BD: hue angle of 192.2º 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 #82B1BD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 177 189 -
CMYK 0.31 0.06 0 0.26
HSL 192.2º 0.31% 0.63% -
HSV(B) 192.2º 0.31% 0.74% -
XYZ 34.11 39.86 54.04 -
YUV 164.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 130 177 189 0.31 0.06 0 0.26 192.2 0.31 0.63
Hex 82 B1 BD 1F 6 0 1A C0 1F 3F
Octal 202 261 275 37 6 0 32 300 37 77
Binary 10000010 10110001 10111101 11111 110 0 11010 11000000 11111 111111

Color Harmonies of #82B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B1BD

Black with #82B1BD

Text Example


Text Example

White with #82B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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