Html Css Color HEX #84B3B1 Ziggurat

📋 copy color: '#84B3B1'

red 132 ◦ green 179 ◦ blue 177

#84B3B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #84B3B1

Tints of Ziggurat #84B3B1

RGB

 RED value IS 132 (51.95% from 255) = 27.05%

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 27.05%
G = 36.68%
B = 36.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#84B3B1 (or 0x84B3B1) is known color: Ziggurat. HEX triplet: 84, B3 and B1. RGB value is (132,179,177). Sum of RGB (Red+Green+Blue) = 132+179+177=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #84B3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B3B1 is #7B4C4E. Grayscale: #A4A4A4. Windows color (decimal): -8080463 or 11645828. OLE color: 11645828.

HSL color Cylindrical-coordinate representation of color #84B3B1: hue angle of 177.45º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B3B1 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 179 177 -
CMYK 0.26 0 0.01 0.30
HSL 177.45º 0.24% 0.61% -
HSV(B) 177.45º 0.26% 0.7% -
XYZ 33.57 40.32 47.61 -
YUV 164.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 132 179 177 0.26 0 0.01 0.30 177.45 0.24 0.61
Hex 84 B3 B1 1A 0 1 1E B1 18 3D
Octal 204 263 261 32 0 1 36 261 30 75
Binary 10000100 10110011 10110001 11010 0 1 11110 10110001 11000 111101

Color Harmonies of #84B3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B3B1

Black with #84B3B1

Text Example


Text Example

White with #84B3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84B3B1;
 }
 .AnyTagClassName
 {
   color: #84B3B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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