Html Css Color HEX #88A8AD Ziggurat

📋 copy color: '#88A8AD'

red 136 ◦ green 168 ◦ blue 173

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

Shades of Ziggurat #88A8AD

Tints of Ziggurat #88A8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 28.51%
G = 35.22%
B = 36.27%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#88A8AD (or 0x88A8AD) is known color: Ziggurat. HEX triplet: 88, A8 and AD. RGB value is (136,168,173). Sum of RGB (Red+Green+Blue) = 136+168+173=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A8AD is #775752. Grayscale: #9E9E9E. Windows color (decimal): -7821139 or 11380872. OLE color: 11380872.

HSL color Cylindrical-coordinate representation of color #88A8AD: hue angle of 188.11º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A8AD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 168 173 -
CMYK 0.21 0.03 0 0.32
HSL 188.11º 0.18% 0.61% -
HSV(B) 188.11º 0.21% 0.68% -
XYZ 31.7 36.26 44.86 -
YUV 159 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 136 168 173 0.21 0.03 0 0.32 188.11 0.18 0.61
Hex 88 A8 AD 15 3 0 20 BC 12 3D
Octal 210 250 255 25 3 0 40 274 22 75
Binary 10001000 10101000 10101101 10101 11 0 100000 10111100 10010 111101

Color Harmonies of #88A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8AD

Black with #88A8AD

Text Example


Text Example

White with #88A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,173); }

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

background-color css

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

 a { background-color: rgb(136,168,173); }

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

border-color css

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

 span { border-color: rgb(136,168,173); }

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