Html Css Color HEX #8EABAC Ziggurat

📋 copy color: '#8EABAC'

red 142 ◦ green 171 ◦ blue 172

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

Shades of Ziggurat #8EABAC

Tints of Ziggurat #8EABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

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

R = 29.28%
G = 35.26%
B = 35.46%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8EABAC (or 0x8EABAC) is known color: Ziggurat. HEX triplet: 8E, AB and AC. RGB value is (142,171,172). Sum of RGB (Red+Green+Blue) = 142+171+172=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABAC is #715453. Grayscale: #A2A2A2. Windows color (decimal): -7427156 or 11316110. OLE color: 11316110.

HSL color Cylindrical-coordinate representation of color #8EABAC: hue angle of 182º 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 #8EABAC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 171 172 -
CMYK 0.17 0.01 0 0.33
HSL 182º 0.15% 0.62% -
HSV(B) 182º 0.17% 0.67% -
XYZ 33.16 37.86 44.59 -
YUV 162.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 142 171 172 0.17 0.01 0 0.33 182 0.15 0.62
Hex 8E AB AC 11 1 0 21 B6 F 3E
Octal 216 253 254 21 1 0 41 266 17 76
Binary 10001110 10101011 10101100 10001 1 0 100001 10110110 1111 111110

Color Harmonies of #8EABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABAC

Black with #8EABAC

Text Example


Text Example

White with #8EABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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