#94CCAA

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

Shades of Vista Blue #94CCAA

Tints of Vista Blue #94CCAA

Color information

#94CCAA (or 0x94CCAA) is unknown color: approx Vista Blue. HEX triplet: 94, CC and AA. RGB value is (148,204,170). Sum of RGB (Red+Green+Blue) = 148+204+170=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CCAA is #6B3355. Grayscale: #B7B7B7. Windows color (decimal): -7025494 or 11193492. OLE color: 11193492.

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

Color convert

RGB148204170-
CMYK0.2700.170.2
HSL143.57º35.44%69.02%-
HSV(B)143.57º27.45%80%-
XYZ41.0652.3845.98-
YUV183.38120.45102.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=28.35%
G=39.08%
B=32.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041700.2700.170.2143.5735.4469.02
Hex94CCAA1B01114902345
Octal224314252330212422043105
Binary1001010011001100101010101101101000110100100100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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