Html Css Color HEX #88DCA4 Vista Blue

📋 copy color: '#88DCA4'

red 136 ◦ green 220 ◦ blue 164

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

Shades of Vista Blue #88DCA4

Tints of Vista Blue #88DCA4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 164 (64.45% from 255) = 31.54%

R = 26.15%
G = 42.31%
B = 31.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#88DCA4 (or 0x88DCA4) is known color: Vista Blue. HEX triplet: 88, DC and A4. RGB value is (136,220,164). Sum of RGB (Red+Green+Blue) = 136+220+164=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCA4 is #77235B. Grayscale: #BCBCBC. Windows color (decimal): -7807836 or 10804360. OLE color: 10804360.

HSL color Cylindrical-coordinate representation of color #88DCA4: hue angle of 140º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCA4 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 164 -
CMYK 0.38 0 0.25 0.14
HSL 140º 0.55% 0.7% -
HSV(B) 140º 0.38% 0.86% -
XYZ 42.45 59.1 44.29 -
YUV 188.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 136 220 164 0.38 0 0.25 0.14 140 0.55 0.7
Hex 88 DC A4 26 0 19 E 8C 37 46
Octal 210 334 244 46 0 31 16 214 67 106
Binary 10001000 11011100 10100100 100110 0 11001 1110 10001100 110111 1000110

Color Harmonies of #88DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DCA4

Black with #88DCA4

Text Example


Text Example

White with #88DCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,220,164); }

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

background-color css

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

 a { background-color: rgb(136,220,164); }

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

border-color css

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

 span { border-color: rgb(136,220,164); }

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