Html Css Color HEX #88C6AA Vista Blue

📋 copy color: '#88C6AA'

red 136 ◦ green 198 ◦ blue 170

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

Shades of Vista Blue #88C6AA

Tints of Vista Blue #88C6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.29%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 26.98%
G = 39.29%
B = 33.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#88C6AA (or 0x88C6AA) is known color: Vista Blue. HEX triplet: 88, C6 and AA. RGB value is (136,198,170). Sum of RGB (Red+Green+Blue) = 136+198+170=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #88C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C6AA is #773955. Grayscale: #B0B0B0. Windows color (decimal): -7813462 or 11191944. OLE color: 11191944.

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

Color convert

RGB 136 198 170 -
CMYK 0.31 0 0.14 0.22
HSL 152.9º 0.35% 0.65% -
HSV(B) 152.9º 0.31% 0.78% -
XYZ 37.6 48.52 45.41 -
YUV 176.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 136 198 170 0.31 0 0.14 0.22 152.9 0.35 0.65
Hex 88 C6 AA 1F 0 E 16 99 23 41
Octal 210 306 252 37 0 16 26 231 43 101
Binary 10001000 11000110 10101010 11111 0 1110 10110 10011001 100011 1000001

Color Harmonies of #88C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C6AA

Black with #88C6AA

Text Example


Text Example

White with #88C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,198,170); }

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

background-color css

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

 a { background-color: rgb(136,198,170); }

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

border-color css

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

 span { border-color: rgb(136,198,170); }

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