Html Css Color HEX #82B1BB Glacier

📋 copy color: '#82B1BB'

red 130 ◦ green 177 ◦ blue 187

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

Shades of Glacier #82B1BB

Tints of Glacier #82B1BB

RGB

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

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

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

R = 26.32%
G = 35.83%
B = 37.85%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82B1BB (or 0x82B1BB) is known color: Glacier. HEX triplet: 82, B1 and BB. RGB value is (130,177,187). Sum of RGB (Red+Green+Blue) = 130+177+187=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #82B1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1BB is #7D4E44. Grayscale: #A4A4A4. Windows color (decimal): -8212037 or 12300674. OLE color: 12300674.

HSL color Cylindrical-coordinate representation of color #82B1BB: hue angle of 190.53º 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 #82B1BB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 177 187 -
CMYK 0.30 0.05 0 0.27
HSL 190.53º 0.3% 0.62% -
HSV(B) 190.53º 0.3% 0.73% -
XYZ 33.9 39.78 52.91 -
YUV 164.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 130 177 187 0.30 0.05 0 0.27 190.53 0.3 0.62
Hex 82 B1 BB 1E 5 0 1B BF 1E 3E
Octal 202 261 273 36 5 0 33 277 36 76
Binary 10000010 10110001 10111011 11110 101 0 11011 10111111 11110 111110

Color Harmonies of #82B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B1BB

Black with #82B1BB

Text Example


Text Example

White with #82B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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