#84AEB0

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

Shades of Ziggurat #84AEB0

Tints of Ziggurat #84AEB0

Color information

#84AEB0 (or 0x84AEB0) is unknown color: approx Ziggurat. HEX triplet: 84, AE and B0. RGB value is (132,174,176). Sum of RGB (Red+Green+Blue) = 132+174+176=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #84AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AEB0 is #7B514F. Grayscale: #A1A1A1. Windows color (decimal): -8081744 or 11579012. OLE color: 11579012.

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

Color convert

RGB132174176-
CMYK0.250.0100.31
HSL182.73º21.78%60.39%-
HSV(B)182.73º25%69.02%-
XYZ32.4938.3146.76-
YUV161.67136.09106.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=27.39%
G=36.10%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321741760.250.0100.31182.7321.7860.39
Hex84AEB019101Fb7163c
Octal2042562603110372672674
Binary1000010010101110101100001100110111111011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,174,176); }

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

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

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

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

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

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

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