Html Css Color HEX #84B9BF Glacier

📋 copy color: '#84B9BF'

red 132 ◦ green 185 ◦ blue 191

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

Shades of Glacier #84B9BF

Tints of Glacier #84B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.42%

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

R = 25.98%
G = 36.42%
B = 37.6%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84B9BF (or 0x84B9BF) is known color: Glacier. HEX triplet: 84, B9 and BF. RGB value is (132,185,191). Sum of RGB (Red+Green+Blue) = 132+185+191=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #84B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9BF is #7B4640. Grayscale: #A9A9A9. Windows color (decimal): -8078913 or 12564868. OLE color: 12564868.

HSL color Cylindrical-coordinate representation of color #84B9BF: hue angle of 186.1º 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 #84B9BF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 185 191 -
CMYK 0.31 0.03 0 0.25
HSL 186.1º 0.32% 0.63% -
HSV(B) 186.1º 0.31% 0.75% -
XYZ 36.27 43.37 55.75 -
YUV 169.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 132 185 191 0.31 0.03 0 0.25 186.1 0.32 0.63
Hex 84 B9 BF 1F 3 0 19 BA 20 3F
Octal 204 271 277 37 3 0 31 272 40 77
Binary 10000100 10111001 10111111 11111 11 0 11001 10111010 100000 111111

Color Harmonies of #84B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B9BF

Black with #84B9BF

Text Example


Text Example

White with #84B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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