#84BAC7

Color #84BAC7 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #84BAC7

Tints of Glacier #84BAC7

Color information

#84BAC7 (or 0x84BAC7) is unknown color: approx Glacier. HEX triplet: 84, BA and C7. RGB value is (132,186,199). Sum of RGB (Red+Green+Blue) = 132+186+199=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #84BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAC7 is #7B4538. Grayscale: #ABABAB. Windows color (decimal): -8078649 or 13089412. OLE color: 13089412.

HSL color Cylindrical-coordinate representation of color #84BAC7: hue angle of 191.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BAC7 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132186199-
CMYK0.340.0700.22
HSL191.64º37.43%64.9%-
HSV(B)191.64º33.67%78.04%-
XYZ37.3844.1560.58-
YUV171.34143.6199.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=25.53%
G=35.98%
B=38.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321861990.340.0700.22191.6437.4364.9
Hex84BAC7227016c02541
Octal20427230742702630045101
Binary100001001011101011000111100010111010110110000001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,199); }

 H1.HeaderClassName
 {
   color: #84BAC7;
 }
 .AnyTagClassName
 {
   color: #84BAC7;
 }
</style>
background-color css

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

 a { background-color: rgb(132,186,199); }

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

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

 span { border-color: rgb(132,186,199); }

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