Html Css Color HEX #87ABAE Ziggurat

📋 copy color: '#87ABAE'

red 135 ◦ green 171 ◦ blue 174

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

Shades of Ziggurat #87ABAE

Tints of Ziggurat #87ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 28.13%
G = 35.63%
B = 36.25%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#87ABAE (or 0x87ABAE) is known color: Ziggurat. HEX triplet: 87, AB and AE. RGB value is (135,171,174). Sum of RGB (Red+Green+Blue) = 135+171+174=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #87ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAE is #785451. Grayscale: #A0A0A0. Windows color (decimal): -7885906 or 11447175. OLE color: 11447175.

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

Color convert

RGB 135 171 174 -
CMYK 0.22 0.02 0 0.32
HSL 184.62º 0.19% 0.61% -
HSV(B) 184.62º 0.22% 0.68% -
XYZ 32.19 37.33 45.55 -
YUV 160.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 135 171 174 0.22 0.02 0 0.32 184.62 0.19 0.61
Hex 87 AB AE 16 2 0 20 B9 13 3D
Octal 207 253 256 26 2 0 40 271 23 75
Binary 10000111 10101011 10101110 10110 10 0 100000 10111001 10011 111101

Color Harmonies of #87ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABAE

Black with #87ABAE

Text Example


Text Example

White with #87ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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