#84BABA

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

Shades of Glacier #84BABA

Tints of Glacier #84BABA

Color information

#84BABA (or 0x84BABA) is unknown color: approx Glacier. HEX triplet: 84, BA and BA. RGB value is (132,186,186). Sum of RGB (Red+Green+Blue) = 132+186+186=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #84BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BABA is #7B4545. Grayscale: #A9A9A9. Windows color (decimal): -8078662 or 12237444. OLE color: 12237444.

HSL color Cylindrical-coordinate representation of color #84BABA: hue angle of 180º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BABA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132186186-
CMYK0.29000.27
HSL180º28.12%62.35%-
HSV(B)180º29.03%72.94%-
XYZ35.9443.5752.97-
YUV169.85137.11101-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=26.19%
G=36.90%
B=36.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861860.29000.2718028.1262.35
Hex84BABA1D001Bb41c3e
Octal2042722723500332643476
Binary1000010010111010101110101110100110111011010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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