Html Css Color HEX #88A5AB Ziggurat

📋 copy color: '#88A5AB'

red 136 ◦ green 165 ◦ blue 171

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

Shades of Ziggurat #88A5AB

Tints of Ziggurat #88A5AB

RGB

 RED value IS 136 (53.52% from 255) = 28.81%

 GREEN value IS 165 (64.84% from 255) = 34.96%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 28.81%
G = 34.96%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#88A5AB (or 0x88A5AB) is known color: Ziggurat. HEX triplet: 88, A5 and AB. RGB value is (136,165,171). Sum of RGB (Red+Green+Blue) = 136+165+171=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #88A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5AB is #775A54. Grayscale: #9C9C9C. Windows color (decimal): -7821909 or 11249032. OLE color: 11249032.

HSL color Cylindrical-coordinate representation of color #88A5AB: hue angle of 190.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A5AB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 165 171 -
CMYK 0.20 0.04 0 0.33
HSL 190.29º 0.17% 0.6% -
HSV(B) 190.29º 0.2% 0.67% -
XYZ 30.96 35.08 43.67 -
YUV 157.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 136 165 171 0.20 0.04 0 0.33 190.29 0.17 0.6
Hex 88 A5 AB 14 4 0 21 BE 11 3C
Octal 210 245 253 24 4 0 41 276 21 74
Binary 10001000 10100101 10101011 10100 100 0 100001 10111110 10001 111100

Color Harmonies of #88A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A5AB

Black with #88A5AB

Text Example


Text Example

White with #88A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A5AB; }

 p { color: rgb(136,165,171); }

 H1.HeaderClassName
 {
   color: #88A5AB;
 }
 .AnyTagClassName
 {
   color: #88A5AB;
 }
</style>

background-color css

<style>
 a { background-color: #88A5AB; }

 a { background-color: rgb(136,165,171); }

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

border-color css

<style>
 span { border-color: #88A5AB; }

 span { border-color: rgb(136,165,171); }

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