Html Css Color HEX #88AFB0 Ziggurat

📋 copy color: '#88AFB0'

red 136 ◦ green 175 ◦ blue 176

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

Shades of Ziggurat #88AFB0

Tints of Ziggurat #88AFB0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 27.93%
G = 35.93%
B = 36.14%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#88AFB0 (or 0x88AFB0) is known color: Ziggurat. HEX triplet: 88, AF and B0. RGB value is (136,175,176). Sum of RGB (Red+Green+Blue) = 136+175+176=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 176 - color contains mainly: blue. Hex color #88AFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AFB0 is #77504F. Grayscale: #A3A3A3. Windows color (decimal): -7819344 or 11579272. OLE color: 11579272.

HSL color Cylindrical-coordinate representation of color #88AFB0: hue angle of 181.5º 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 #88AFB0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 175 176 -
CMYK 0.23 0.01 0 0.31
HSL 181.5º 0.2% 0.61% -
HSV(B) 181.5º 0.23% 0.69% -
XYZ 33.32 39.03 46.85 -
YUV 163.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 136 175 176 0.23 0.01 0 0.31 181.5 0.2 0.61
Hex 88 AF B0 17 1 0 1F B6 14 3D
Octal 210 257 260 27 1 0 37 266 24 75
Binary 10001000 10101111 10110000 10111 1 0 11111 10110110 10100 111101

Color Harmonies of #88AFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFB0

Black with #88AFB0

Text Example


Text Example

White with #88AFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,176); }

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

background-color css

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

 a { background-color: rgb(136,175,176); }

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

border-color css

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

 span { border-color: rgb(136,175,176); }

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