Html Css Color HEX #84B0BD Glacier

📋 copy color: '#84B0BD'

red 132 ◦ green 176 ◦ blue 189

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

Shades of Glacier #84B0BD

Tints of Glacier #84B0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 26.56%
G = 35.41%
B = 38.03%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84B0BD (or 0x84B0BD) is known color: Glacier. HEX triplet: 84, B0 and BD. RGB value is (132,176,189). Sum of RGB (Red+Green+Blue) = 132+176+189=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #84B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B0BD is #7B4F42. Grayscale: #A4A4A4. Windows color (decimal): -8081219 or 12431492. OLE color: 12431492.

HSL color Cylindrical-coordinate representation of color #84B0BD: hue angle of 193.68º degrees, saturation: 0.3, 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 #84B0BD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 176 189 -
CMYK 0.30 0.07 0 0.26
HSL 193.68º 0.3% 0.63% -
HSV(B) 193.68º 0.3% 0.74% -
XYZ 34.23 39.63 53.99 -
YUV 164.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 132 176 189 0.30 0.07 0 0.26 193.68 0.3 0.63
Hex 84 B0 BD 1E 7 0 1A C2 1E 3F
Octal 204 260 275 36 7 0 32 302 36 77
Binary 10000100 10110000 10111101 11110 111 0 11010 11000010 11110 111111

Color Harmonies of #84B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B0BD

Black with #84B0BD

Text Example


Text Example

White with #84B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,176,189); }

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

background-color css

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

 a { background-color: rgb(132,176,189); }

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

border-color css

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

 span { border-color: rgb(132,176,189); }

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