#84A8B1

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

Shades of Ziggurat #84A8B1

Tints of Ziggurat #84A8B1

Color information

#84A8B1 (or 0x84A8B1) is unknown color: approx Ziggurat. HEX triplet: 84, A8 and B1. RGB value is (132,168,177). Sum of RGB (Red+Green+Blue) = 132+168+177=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #84A8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A8B1 is #7B574E. Grayscale: #9E9E9E. Windows color (decimal): -8083279 or 11643012. OLE color: 11643012.

HSL color Cylindrical-coordinate representation of color #84A8B1: hue angle of 192º 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 #84A8B1 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132168177-
CMYK0.250.0500.31
HSL192º22.39%60.59%-
HSV(B)192º25.42%69.41%-
XYZ31.4536.0946.9-
YUV158.26138.57109.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=27.67%
G=35.22%
B=37.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321681770.250.0500.3119222.3960.59
Hex84A8B119501Fc0163d
Octal2042502613150373002675
Binary100001001010100010110001110011010111111100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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