Html Css Color HEX #8EA9AC Ziggurat

📋 copy color: '#8EA9AC'

red 142 ◦ green 169 ◦ blue 172

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

Shades of Ziggurat #8EA9AC

Tints of Ziggurat #8EA9AC

RGB

 RED value IS 142 (55.86% from 255) = 29.4%

 GREEN value IS 169 (66.41% from 255) = 34.99%

 BLUE value IS 172 (67.58% from 255) = 35.61%

R = 29.4%
G = 34.99%
B = 35.61%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8EA9AC (or 0x8EA9AC) is known color: Ziggurat. HEX triplet: 8E, A9 and AC. RGB value is (142,169,172). Sum of RGB (Red+Green+Blue) = 142+169+172=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9AC is #715653. Grayscale: #A1A1A1. Windows color (decimal): -7427668 or 11315598. OLE color: 11315598.

HSL color Cylindrical-coordinate representation of color #8EA9AC: hue angle of 186º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA9AC is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 169 172 -
CMYK 0.17 0.02 0 0.33
HSL 186º 0.15% 0.62% -
HSV(B) 186º 0.17% 0.67% -
XYZ 32.79 37.11 44.46 -
YUV 161.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 142 169 172 0.17 0.02 0 0.33 186 0.15 0.62
Hex 8E A9 AC 11 2 0 21 BA F 3E
Octal 216 251 254 21 2 0 41 272 17 76
Binary 10001110 10101001 10101100 10001 10 0 100001 10111010 1111 111110

Color Harmonies of #8EA9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9AC

Black with #8EA9AC

Text Example


Text Example

White with #8EA9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EA9AC; }

 p { color: rgb(142,169,172); }

 H1.HeaderClassName
 {
   color: #8EA9AC;
 }
 .AnyTagClassName
 {
   color: #8EA9AC;
 }
</style>

background-color css

<style>
 a { background-color: #8EA9AC; }

 a { background-color: rgb(142,169,172); }

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

border-color css

<style>
 span { border-color: #8EA9AC; }

 span { border-color: rgb(142,169,172); }

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