#84A9B1

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

Shades of Ziggurat #84A9B1

Tints of Ziggurat #84A9B1

Color information

#84A9B1 (or 0x84A9B1) is unknown color: approx Ziggurat. HEX triplet: 84, A9 and B1. RGB value is (132,169,177). Sum of RGB (Red+Green+Blue) = 132+169+177=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 177 - color contains mainly: blue. Hex color #84A9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A9B1 is #7B564E. Grayscale: #9E9E9E. Windows color (decimal): -8083023 or 11643268. OLE color: 11643268.

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

Color convert

RGB132169177-
CMYK0.250.0500.31
HSL190.67º22.39%60.59%-
HSV(B)190.67º25.42%69.41%-
XYZ31.6436.4646.96-
YUV158.85138.24108.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=27.62%
G=35.36%
B=37.03%

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
Decimal1321691770.250.0500.31190.6722.3960.59
Hex84A9B119501Fbf163d
Octal2042512613150372772675
Binary100001001010100110110001110011010111111011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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