Html Css Color HEX #82B7BB Glacier

📋 copy color: '#82B7BB'

red 130 ◦ green 183 ◦ blue 187

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

Shades of Glacier #82B7BB

Tints of Glacier #82B7BB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.6%

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

R = 26%
G = 36.6%
B = 37.4%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82B7BB (or 0x82B7BB) is known color: Glacier. HEX triplet: 82, B7 and BB. RGB value is (130,183,187). Sum of RGB (Red+Green+Blue) = 130+183+187=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #82B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B7BB is #7D4844. Grayscale: #A7A7A7. Windows color (decimal): -8210501 or 12302210. OLE color: 12302210.

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

Color convert

RGB 130 183 187 -
CMYK 0.30 0.02 0 0.27
HSL 184.21º 0.3% 0.62% -
HSV(B) 184.21º 0.3% 0.73% -
XYZ 35.11 42.2 53.31 -
YUV 167.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 130 183 187 0.30 0.02 0 0.27 184.21 0.3 0.62
Hex 82 B7 BB 1E 2 0 1B B8 1E 3E
Octal 202 267 273 36 2 0 33 270 36 76
Binary 10000010 10110111 10111011 11110 10 0 11011 10111000 11110 111110

Color Harmonies of #82B7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B7BB

Black with #82B7BB

Text Example


Text Example

White with #82B7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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