Html Css Color HEX #88C8AA Vista Blue

📋 copy color: '#88C8AA'

red 136 ◦ green 200 ◦ blue 170

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

Shades of Vista Blue #88C8AA

Tints of Vista Blue #88C8AA

RGB

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

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

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

R = 26.88%
G = 39.53%
B = 33.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#88C8AA (or 0x88C8AA) is known color: Vista Blue. HEX triplet: 88, C8 and AA. RGB value is (136,200,170). Sum of RGB (Red+Green+Blue) = 136+200+170=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #88C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C8AA is #773755. Grayscale: #B1B1B1. Windows color (decimal): -7812950 or 11192456. OLE color: 11192456.

HSL color Cylindrical-coordinate representation of color #88C8AA: hue angle of 151.88º 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 #88C8AA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 200 170 -
CMYK 0.32 0 0.15 0.22
HSL 151.88º 0.37% 0.66% -
HSV(B) 151.88º 0.32% 0.78% -
XYZ 38.06 49.45 45.57 -
YUV 177.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 136 200 170 0.32 0 0.15 0.22 151.88 0.37 0.66
Hex 88 C8 AA 20 0 F 16 98 25 42
Octal 210 310 252 40 0 17 26 230 45 102
Binary 10001000 11001000 10101010 100000 0 1111 10110 10011000 100101 1000010

Color Harmonies of #88C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C8AA

Black with #88C8AA

Text Example


Text Example

White with #88C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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