Html Css Color HEX #88B3B2 Ziggurat

📋 copy color: '#88B3B2'

red 136 ◦ green 179 ◦ blue 178

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

Shades of Ziggurat #88B3B2

Tints of Ziggurat #88B3B2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 27.59%
G = 36.31%
B = 36.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#88B3B2 (or 0x88B3B2) is known color: Ziggurat. HEX triplet: 88, B3 and B2. RGB value is (136,179,178). Sum of RGB (Red+Green+Blue) = 136+179+178=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #88B3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B3B2 is #774C4D. Grayscale: #A5A5A5. Windows color (decimal): -7818318 or 11711368. OLE color: 11711368.

HSL color Cylindrical-coordinate representation of color #88B3B2: hue angle of 178.6º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B3B2 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 179 178 -
CMYK 0.24 0 0.01 0.30
HSL 178.6º 0.22% 0.62% -
HSV(B) 178.6º 0.24% 0.7% -
XYZ 34.31 40.69 48.16 -
YUV 166.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 136 179 178 0.24 0 0.01 0.30 178.6 0.22 0.62
Hex 88 B3 B2 18 0 1 1E B3 16 3E
Octal 210 263 262 30 0 1 36 263 26 76
Binary 10001000 10110011 10110010 11000 0 1 11110 10110011 10110 111110

Color Harmonies of #88B3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B3B2

Black with #88B3B2

Text Example


Text Example

White with #88B3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,179,178); }

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

background-color css

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

 a { background-color: rgb(136,179,178); }

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

border-color css

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

 span { border-color: rgb(136,179,178); }

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