Html Css Color HEX #88CBAC Vista Blue

📋 copy color: '#88CBAC'

red 136 ◦ green 203 ◦ blue 172

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

Shades of Vista Blue #88CBAC

Tints of Vista Blue #88CBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.73%

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

R = 26.61%
G = 39.73%
B = 33.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#88CBAC (or 0x88CBAC) is known color: Vista Blue. HEX triplet: 88, CB and AC. RGB value is (136,203,172). Sum of RGB (Red+Green+Blue) = 136+203+172=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CBAC is #773453. Grayscale: #B3B3B3. Windows color (decimal): -7812180 or 11324296. OLE color: 11324296.

HSL color Cylindrical-coordinate representation of color #88CBAC: hue angle of 152.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBAC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 203 172 -
CMYK 0.33 0 0.15 0.20
HSL 152.24º 0.39% 0.66% -
HSV(B) 152.24º 0.33% 0.8% -
XYZ 38.96 50.92 46.81 -
YUV 179.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 136 203 172 0.33 0 0.15 0.20 152.24 0.39 0.66
Hex 88 CB AC 21 0 F 14 98 27 42
Octal 210 313 254 41 0 17 24 230 47 102
Binary 10001000 11001011 10101100 100001 0 1111 10100 10011000 100111 1000010

Color Harmonies of #88CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBAC

Black with #88CBAC

Text Example


Text Example

White with #88CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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