Html Css Color HEX #87ADAE Ziggurat

📋 copy color: '#87ADAE'

red 135 ◦ green 173 ◦ blue 174

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

Shades of Ziggurat #87ADAE

Tints of Ziggurat #87ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

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

R = 28.01%
G = 35.89%
B = 36.1%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#87ADAE (or 0x87ADAE) is known color: Ziggurat. HEX triplet: 87, AD and AE. RGB value is (135,173,174). Sum of RGB (Red+Green+Blue) = 135+173+174=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #87ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADAE is #785251. Grayscale: #A1A1A1. Windows color (decimal): -7885394 or 11447687. OLE color: 11447687.

HSL color Cylindrical-coordinate representation of color #87ADAE: hue angle of 181.54º 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 #87ADAE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 173 174 -
CMYK 0.22 0.01 0 0.32
HSL 181.54º 0.19% 0.61% -
HSV(B) 181.54º 0.22% 0.68% -
XYZ 32.58 38.09 45.68 -
YUV 161.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 135 173 174 0.22 0.01 0 0.32 181.54 0.19 0.61
Hex 87 AD AE 16 1 0 20 B6 13 3D
Octal 207 255 256 26 1 0 40 266 23 75
Binary 10000111 10101101 10101110 10110 1 0 100000 10110110 10011 111101

Color Harmonies of #87ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADAE

Black with #87ADAE

Text Example


Text Example

White with #87ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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