#84ABB1

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

Shades of Ziggurat #84ABB1

Tints of Ziggurat #84ABB1

Color information

#84ABB1 (or 0x84ABB1) is unknown color: approx Ziggurat. HEX triplet: 84, AB and B1. RGB value is (132,171,177). Sum of RGB (Red+Green+Blue) = 132+171+177=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #84ABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABB1 is #7B544E. Grayscale: #9F9F9F. Windows color (decimal): -8082511 or 11643780. OLE color: 11643780.

HSL color Cylindrical-coordinate representation of color #84ABB1: hue angle of 188º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84ABB1 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132171177-
CMYK0.250.0300.31
HSL188º22.39%60.59%-
HSV(B)188º25.42%69.41%-
XYZ32.0137.2147.09-
YUV160.02137.58108.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.5%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=27.5%
G=35.62%
B=36.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321711770.250.0300.3118822.3960.59
Hex84ABB119301Fbc163d
Octal2042532613130372742675
Binary10000100101010111011000111001110111111011110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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