Html Css Color HEX #80AAAD Ziggurat

📋 copy color: '#80AAAD'

red 128 ◦ green 170 ◦ blue 173

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

Shades of Ziggurat #80AAAD

Tints of Ziggurat #80AAAD

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 27.18%
G = 36.09%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#80AAAD (or 0x80AAAD) is known color: Ziggurat. HEX triplet: 80, AA and AD. RGB value is (128,170,173). Sum of RGB (Red+Green+Blue) = 128+170+173=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #80AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAAD is #7F5552. Grayscale: #9D9D9D. Windows color (decimal): -8344915 or 11381376. OLE color: 11381376.

HSL color Cylindrical-coordinate representation of color #80AAAD: hue angle of 184º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AAAD is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 170 173 -
CMYK 0.26 0.02 0 0.32
HSL 184º 0.22% 0.59% -
HSV(B) 184º 0.26% 0.68% -
XYZ 30.82 36.36 44.93 -
YUV 157.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 128 170 173 0.26 0.02 0 0.32 184 0.22 0.59
Hex 80 AA AD 1A 2 0 20 B8 16 3B
Octal 200 252 255 32 2 0 40 270 26 73
Binary 10000000 10101010 10101101 11010 10 0 100000 10111000 10110 111011

Color Harmonies of #80AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAAD

Black with #80AAAD

Text Example


Text Example

White with #80AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AAAD; }

 p { color: rgb(128,170,173); }

 H1.HeaderClassName
 {
   color: #80AAAD;
 }
 .AnyTagClassName
 {
   color: #80AAAD;
 }
</style>

background-color css

<style>
 a { background-color: #80AAAD; }

 a { background-color: rgb(128,170,173); }

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

border-color css

<style>
 span { border-color: #80AAAD; }

 span { border-color: rgb(128,170,173); }

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