Html Css Color HEX #88DBAC Vista Blue

📋 copy color: '#88DBAC'

red 136 ◦ green 219 ◦ blue 172

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

Shades of Vista Blue #88DBAC

Tints of Vista Blue #88DBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 25.81%
G = 41.56%
B = 32.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#88DBAC (or 0x88DBAC) is known color: Vista Blue. HEX triplet: 88, DB and AC. RGB value is (136,219,172). Sum of RGB (Red+Green+Blue) = 136+219+172=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBAC is #772453. Grayscale: #BCBCBC. Windows color (decimal): -7808084 or 11328392. OLE color: 11328392.

HSL color Cylindrical-coordinate representation of color #88DBAC: hue angle of 146.02º degrees, saturation: 0.54, 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 #88DBAC is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 219 172 -
CMYK 0.38 0 0.21 0.14
HSL 146.02º 0.54% 0.7% -
HSV(B) 146.02º 0.38% 0.86% -
XYZ 42.93 58.88 48.13 -
YUV 188.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 136 219 172 0.38 0 0.21 0.14 146.02 0.54 0.7
Hex 88 DB AC 26 0 15 E 92 36 46
Octal 210 333 254 46 0 25 16 222 66 106
Binary 10001000 11011011 10101100 100110 0 10101 1110 10010010 110110 1000110

Color Harmonies of #88DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DBAC

Black with #88DBAC

Text Example


Text Example

White with #88DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,219,172); }

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

background-color css

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

 a { background-color: rgb(136,219,172); }

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

border-color css

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

 span { border-color: rgb(136,219,172); }

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