Html Css Color HEX #88CCAA Vista Blue

📋 copy color: '#88CCAA'

red 136 ◦ green 204 ◦ blue 170

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

Shades of Vista Blue #88CCAA

Tints of Vista Blue #88CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

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

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#88CCAA (or 0x88CCAA) is known color: Vista Blue. HEX triplet: 88, CC and AA. RGB value is (136,204,170). Sum of RGB (Red+Green+Blue) = 136+204+170=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCAA is #773355. Grayscale: #B3B3B3. Windows color (decimal): -7811926 or 11193480. OLE color: 11193480.

HSL color Cylindrical-coordinate representation of color #88CCAA: hue angle of 150º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCAA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 170 -
CMYK 0.33 0 0.17 0.2
HSL 150º 0.4% 0.67% -
HSV(B) 150º 0.33% 0.8% -
XYZ 39 51.32 45.88 -
YUV 179.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 136 204 170 0.33 0 0.17 0.2 150 0.4 0.67
Hex 88 CC AA 21 0 11 14 96 28 43
Octal 210 314 252 41 0 21 24 226 50 103
Binary 10001000 11001100 10101010 100001 0 10001 10100 10010110 101000 1000011

Color Harmonies of #88CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCAA

Black with #88CCAA

Text Example


Text Example

White with #88CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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