Html Css Color HEX #87ABAF Ziggurat

📋 copy color: '#87ABAF'

red 135 ◦ green 171 ◦ blue 175

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

Shades of Ziggurat #87ABAF

Tints of Ziggurat #87ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 28.07%
G = 35.55%
B = 36.38%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#87ABAF (or 0x87ABAF) is known color: Ziggurat. HEX triplet: 87, AB and AF. RGB value is (135,171,175). Sum of RGB (Red+Green+Blue) = 135+171+175=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #87ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAF is #785450. Grayscale: #A0A0A0. Windows color (decimal): -7885905 or 11512711. OLE color: 11512711.

HSL color Cylindrical-coordinate representation of color #87ABAF: hue angle of 186º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87ABAF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 171 175 -
CMYK 0.23 0.02 0 0.31
HSL 186º 0.2% 0.61% -
HSV(B) 186º 0.23% 0.69% -
XYZ 32.29 37.37 46.07 -
YUV 160.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 135 171 175 0.23 0.02 0 0.31 186 0.2 0.61
Hex 87 AB AF 17 2 0 1F BA 14 3D
Octal 207 253 257 27 2 0 37 272 24 75
Binary 10000111 10101011 10101111 10111 10 0 11111 10111010 10100 111101

Color Harmonies of #87ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABAF

Black with #87ABAF

Text Example


Text Example

White with #87ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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