Html Css Color HEX #84B2BF Glacier

📋 copy color: '#84B2BF'

red 132 ◦ green 178 ◦ blue 191

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

Shades of Glacier #84B2BF

Tints of Glacier #84B2BF

RGB

 RED value IS 132 (51.95% from 255) = 26.35%

 GREEN value IS 178 (69.92% from 255) = 35.53%

 BLUE value IS 191 (75% from 255) = 38.12%

R = 26.35%
G = 35.53%
B = 38.12%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84B2BF (or 0x84B2BF) is known color: Glacier. HEX triplet: 84, B2 and BF. RGB value is (132,178,191). Sum of RGB (Red+Green+Blue) = 132+178+191=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #84B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2BF is #7B4D40. Grayscale: #A5A5A5. Windows color (decimal): -8080705 or 12563076. OLE color: 12563076.

HSL color Cylindrical-coordinate representation of color #84B2BF: hue angle of 193.22º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84B2BF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 178 191 -
CMYK 0.31 0.07 0 0.25
HSL 193.22º 0.32% 0.63% -
HSV(B) 193.22º 0.31% 0.75% -
XYZ 34.84 40.51 55.27 -
YUV 165.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 132 178 191 0.31 0.07 0 0.25 193.22 0.32 0.63
Hex 84 B2 BF 1F 7 0 19 C1 20 3F
Octal 204 262 277 37 7 0 31 301 40 77
Binary 10000100 10110010 10111111 11111 111 0 11001 11000001 100000 111111

Color Harmonies of #84B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B2BF

Black with #84B2BF

Text Example


Text Example

White with #84B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B2BF; }

 p { color: rgb(132,178,191); }

 H1.HeaderClassName
 {
   color: #84B2BF;
 }
 .AnyTagClassName
 {
   color: #84B2BF;
 }
</style>

background-color css

<style>
 a { background-color: #84B2BF; }

 a { background-color: rgb(132,178,191); }

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

border-color css

<style>
 span { border-color: #84B2BF; }

 span { border-color: rgb(132,178,191); }

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