#88CCA4

Color #88CCA4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #88CCA4

Tints of Vista Blue #88CCA4

Color information

#88CCA4 (or 0x88CCA4) is unknown color: approx Vista Blue. HEX triplet: 88, CC and A4. RGB value is (136,204,164). Sum of RGB (Red+Green+Blue) = 136+204+164=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCA4 is #77335B. Grayscale: #B3B3B3. Windows color (decimal): -7811932 or 10800264. OLE color: 10800264.

HSL color Cylindrical-coordinate representation of color #88CCA4: hue angle of 144.71º 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 #88CCA4 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB136204164-
CMYK0.3300.200.2
HSL144.71º40%66.67%-
HSV(B)144.71º33.33%80%-
XYZ38.4551.142.96-
YUV179.11119.4797.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=26.98%
G=40.48%
B=32.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041640.3300.200.2144.714066.67
Hex88CCA42101414912843
Octal210314244410242422150103
Binary10001000110011001010010010000101010010100100100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88CCA4;
 }
 .AnyTagClassName
 {
   color: #88CCA4;
 }
</style>
background-color css

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

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

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

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

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

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