Html Css Color HEX #84B1BC Glacier

📋 copy color: '#84B1BC'

red 132 ◦ green 177 ◦ blue 188

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

Shades of Glacier #84B1BC

Tints of Glacier #84B1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 26.56%
G = 35.61%
B = 37.83%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84B1BC (or 0x84B1BC) is known color: Glacier. HEX triplet: 84, B1 and BC. RGB value is (132,177,188). Sum of RGB (Red+Green+Blue) = 132+177+188=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #84B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B1BC is #7B4E43. Grayscale: #A4A4A4. Windows color (decimal): -8080964 or 12366212. OLE color: 12366212.

HSL color Cylindrical-coordinate representation of color #84B1BC: hue angle of 191.79º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84B1BC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 177 188 -
CMYK 0.30 0.06 0 0.26
HSL 191.79º 0.29% 0.63% -
HSV(B) 191.79º 0.3% 0.74% -
XYZ 34.31 39.98 53.49 -
YUV 164.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 132 177 188 0.30 0.06 0 0.26 191.79 0.29 0.63
Hex 84 B1 BC 1E 6 0 1A C0 1D 3F
Octal 204 261 274 36 6 0 32 300 35 77
Binary 10000100 10110001 10111100 11110 110 0 11010 11000000 11101 111111

Color Harmonies of #84B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B1BC

Black with #84B1BC

Text Example


Text Example

White with #84B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,177,188); }

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

background-color css

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

 a { background-color: rgb(132,177,188); }

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

border-color css

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

 span { border-color: rgb(132,177,188); }

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