Html Css Color HEX #8EABAD Ziggurat

📋 copy color: '#8EABAD'

red 142 ◦ green 171 ◦ blue 173

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

Shades of Ziggurat #8EABAD

Tints of Ziggurat #8EABAD

RGB

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

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

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

R = 29.22%
G = 35.19%
B = 35.6%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8EABAD (or 0x8EABAD) is known color: Ziggurat. HEX triplet: 8E, AB and AD. RGB value is (142,171,173). Sum of RGB (Red+Green+Blue) = 142+171+173=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABAD is #715452. Grayscale: #A2A2A2. Windows color (decimal): -7427155 or 11381646. OLE color: 11381646.

HSL color Cylindrical-coordinate representation of color #8EABAD: hue angle of 183.87º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EABAD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 171 173 -
CMYK 0.18 0.01 0 0.32
HSL 183.87º 0.16% 0.62% -
HSV(B) 183.87º 0.18% 0.68% -
XYZ 33.26 37.89 45.1 -
YUV 162.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 142 171 173 0.18 0.01 0 0.32 183.87 0.16 0.62
Hex 8E AB AD 12 1 0 20 B8 10 3E
Octal 216 253 255 22 1 0 40 270 20 76
Binary 10001110 10101011 10101101 10010 1 0 100000 10111000 10000 111110

Color Harmonies of #8EABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABAD

Black with #8EABAD

Text Example


Text Example

White with #8EABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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