Html Css Color HEX #88C8AC Vista Blue

📋 copy color: '#88C8AC'

red 136 ◦ green 200 ◦ blue 172

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

Shades of Vista Blue #88C8AC

Tints of Vista Blue #88C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

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

R = 26.77%
G = 39.37%
B = 33.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#88C8AC (or 0x88C8AC) is known color: Vista Blue. HEX triplet: 88, C8 and AC. RGB value is (136,200,172). Sum of RGB (Red+Green+Blue) = 136+200+172=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #88C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C8AC is #773753. Grayscale: #B1B1B1. Windows color (decimal): -7812948 or 11323528. OLE color: 11323528.

HSL color Cylindrical-coordinate representation of color #88C8AC: hue angle of 153.75º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C8AC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 200 172 -
CMYK 0.32 0 0.14 0.22
HSL 153.75º 0.37% 0.66% -
HSV(B) 153.75º 0.32% 0.78% -
XYZ 38.25 49.52 46.57 -
YUV 177.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 136 200 172 0.32 0 0.14 0.22 153.75 0.37 0.66
Hex 88 C8 AC 20 0 E 16 9A 25 42
Octal 210 310 254 40 0 16 26 232 45 102
Binary 10001000 11001000 10101100 100000 0 1110 10110 10011010 100101 1000010

Color Harmonies of #88C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C8AC

Black with #88C8AC

Text Example


Text Example

White with #88C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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