#84ABBC

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

Shades of Glacier #84ABBC

Tints of Glacier #84ABBC

Color information

#84ABBC (or 0x84ABBC) is unknown color: approx Glacier. HEX triplet: 84, AB and BC. RGB value is (132,171,188). Sum of RGB (Red+Green+Blue) = 132+171+188=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #84ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBC is #7B5443. Grayscale: #A1A1A1. Windows color (decimal): -8082500 or 12364676. OLE color: 12364676.

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

Color convert

RGB132171188-
CMYK0.300.0900.26
HSL198.21º29.47%62.75%-
HSV(B)198.21º29.79%73.73%-
XYZ33.1637.6653.1-
YUV161.28143.08107.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=26.88%
G=34.83%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321711880.300.0900.26198.2129.4762.75
Hex84ABBC1E901Ac61d3f
Octal20425327436110323063577
Binary1000010010101011101111001111010010110101100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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