#84ABBB

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

Shades of Glacier #84ABBB

Tints of Glacier #84ABBB

Color information

#84ABBB (or 0x84ABBB) is unknown color: approx Glacier. HEX triplet: 84, AB and BB. RGB value is (132,171,187). Sum of RGB (Red+Green+Blue) = 132+171+187=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #84ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBB is #7B5444. Grayscale: #A1A1A1. Windows color (decimal): -8082501 or 12299140. OLE color: 12299140.

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

Color convert

RGB132171187-
CMYK0.290.0900.27
HSL197.45º28.8%62.55%-
HSV(B)197.45º29.41%73.33%-
XYZ33.0537.6252.53-
YUV161.16142.58107.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=26.94%
G=34.90%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321711870.290.0900.27197.4528.862.55
Hex84ABBB1D901Bc51d3f
Octal20425327335110333053577
Binary1000010010101011101110111110110010110111100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,187); }

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

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

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

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

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

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

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