Html Css Color HEX #87ABAC Ziggurat

📋 copy color: '#87ABAC'

red 135 ◦ green 171 ◦ blue 172

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

Shades of Ziggurat #87ABAC

Tints of Ziggurat #87ABAC

RGB

 RED value IS 135 (53.13% from 255) = 28.24%

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

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

R = 28.24%
G = 35.77%
B = 35.98%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#87ABAC (or 0x87ABAC) is known color: Ziggurat. HEX triplet: 87, AB and AC. RGB value is (135,171,172). Sum of RGB (Red+Green+Blue) = 135+171+172=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #87ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAC is #785453. Grayscale: #A0A0A0. Windows color (decimal): -7885908 or 11316103. OLE color: 11316103.

HSL color Cylindrical-coordinate representation of color #87ABAC: hue angle of 181.62º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ABAC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 171 172 -
CMYK 0.22 0.01 0 0.33
HSL 181.62º 0.18% 0.6% -
HSV(B) 181.62º 0.22% 0.67% -
XYZ 32 37.26 44.53 -
YUV 160.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 135 171 172 0.22 0.01 0 0.33 181.62 0.18 0.6
Hex 87 AB AC 16 1 0 21 B6 12 3C
Octal 207 253 254 26 1 0 41 266 22 74
Binary 10000111 10101011 10101100 10110 1 0 100001 10110110 10010 111100

Color Harmonies of #87ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABAC

Black with #87ABAC

Text Example


Text Example

White with #87ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87ABAC; }

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

 H1.HeaderClassName
 {
   color: #87ABAC;
 }
 .AnyTagClassName
 {
   color: #87ABAC;
 }
</style>

background-color css

<style>
 a { background-color: #87ABAC; }

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

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

border-color css

<style>
 span { border-color: #87ABAC; }

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

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